PDA

View Full Version : FeOS, the DS operating system



wraggster
November 6th, 2011, 23:27
via http://forum.gbadev.org/viewtopic.php?t=17761&sid=b790146ee9bb38de92f3446b2502d720

Hello fellow DS dev'rs:

I'm doing a free, open-source operating system for the Nintendo DS. This has been brewing for a few months, and is starting to get ready. Currently FeOS supports loading relocatable code (which includes support for shared libraries), basic console I/O (thanks to libnds' functions), ARM7 code loading support (!!!) and a native libnds-based DS video API.

As usual, it's available through GitHub (https://github.com/fincs/FeOS). Pre-built packages (including the FeOS SDK) will be available soon.

I've also currently ported Lua (https://github.com/fincs/FeOSLua) to FeOS (pictured below), and since there is shared library support, Lua extensions (plugins) are also supported.

Here are some screenshots:

[Images not permitted - Click here to view it] (http://fincs.drunkencoders.com/files/2011/11/FeOS_03_14198.png)
[Images not permitted - Click here to view it] (http://fincs.drunkencoders.com/files/2011/11/FeOS_18_14443.png)

Enjoy, and have fun hacking!