Wiki

Clone wiki

lpcmod_OS / Home

XBLAST/ XBLAST OS WIKI

================

Welcome to our wiki! in time here you will find information relating to the instalation and use of the Xblast mod chip and Xblast OS as this is in it's infancy expect broken links and missing data, be asured that in time this will become a full functional Wiki. There may be functionality that does not yet exist in this manual, so please feel free to pitch in and make any changes you see fit, that way as Xblast evolves this manual will continue to evolve as well.

If you are unsure if you should put some information in here or not, please feel free to contact us on the XBMC4XBOX forum or on ASSEMBLER GAMES. Registered users may edit and create pages, and if you wish to access the wiki git to upload pictures via TortoiseGIT please contact us.

For those of you who help us by contributing to this wiki you might want to keep an eye on the the development thread's here on bitbucket,

This manual was created in order to help the users of the soon to be XBlast firmware replacement device as a place to consolidate the information into one place that everyone can edit.

Please note that information on retail and hacked bioses and the XDK are not allowed, any information placed on this wiki is up for editing and modification by the community so don't get angry if it is removed or edited.

NO copyrighted content is to be placed on this wiki if you are not the copyright holder of pictures or information placed on here or blatantly copy works from other sources you may have privileges here revoked.

This project is based on the free and legal bios Cromwell bios.

Mainmenu

Wiki features

This wiki uses the Markdown syntax.

The wiki itself is actually a git repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.

Go ahead and try:

$ git clone https://psyko_chewbacca@bitbucket.org/psyko_chewbacca/lpcmod_os.git/wiki

Wiki pages are normal files, with the .md extension. You can edit them locally, as well as creating new ones.

There are numerous editors that supports Markdown syntax such as Haroopad

Syntax highlighting

You can also highlight snippets of text (we use the excellent Pygments library).

Here's an example of some Python code:

#!python

def wiki_rocks(text):
    formatter = lambda t: "funky"+t
    return formatter(text)

You can check out the source of this page to see how that's done, and make sure to bookmark the vast library of Pygment lexers, we accept the 'short name' or the 'mimetype' of anything in there.

Have fun!

Updated