btuduri / inferno-ds

Automatically exported from code.google.com/p/inferno-ds
0 stars 0 forks source link

inferno-ds: Native Inferno Kernel for the Nintendo DS

INTRO

The port [1] is starting to be usable, that means that limbo programs (dis code) runs on Inferno's Dis VM [2].

Some of the hardware bits [3] that are working are:

Still the port is far from finished, so the port is a WIP (work in progress) thing some of the bits missing are:

USAGE

To setup/build your own i$CONF.nds file follow the INSTALL file. After build launch the resulting i$CONF.nds file on your DS.

At boot time it prompts for the source location of the root fs, choose your selection using the direction keys on your DS. Currently the only usable option is `root from: kernel' after the prompt, a window manager wm(1) instance is started to interact/launch/control programs using a menu-like interface.

AUTHORS

Noah Evans Salva Peiró Mechiel Lukkien

We can be reached through the inferno-ds group [1].

REFERENCES

[1] Inferno DS project: http://code.google.com/p/inferno-ds/ [2] Inferno Operating System: http://code.google.com/p/inferno-os/ [3] gbatek: hardware reference: http://nocash.emubase.de/gbatek.{txt,htm}, excellent reference written by Martin Korth with all you need to know about DS programming.