xboxscene.org forums

Author Topic: Is There A Guide To Getting Started With Libxenon Development?  (Read 120 times)

Ski-lleR

  • Archived User
  • Jr. Member
  • *
  • Posts: 68
Is There A Guide To Getting Started With Libxenon Development?
« on: November 03, 2009, 06:12:00 AM »

Hi

Happy to see people interested in development with libxenon.

The better way to start : http://www.free60.org

Install the cross compiler, build libxenon, after that, it's easy to understand the code.

When you code, you only need to initialize console with 3/4 function (with no param, so, very easy)
After that, well, code tongue.gif

I actually working on xtaf/ext2 (throught usb, because usb already recognize drive)
If success, i'll try to implement sata support (grub code is what i use for porting, because libata depend a lot of kernel module)

Porting lib is important, good example is the sound, if we can handle playing more easy, as opposate to send raw data directly (function who load .wav/.xxx, extract raw data ...)

Feel free to join us on #free60 / #free60-chat / #free60-dev
Logged