Inferno DS: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 8: Line 8:
| website    = http://code.google.com/p/inferno-ds/
| website    = http://code.google.com/p/inferno-ds/
| download    = Media:Infernodsr175.rar
| download    = Media:Infernodsr175.rar
| source      =  
| source      = https://github.com/mjl-/inferno-ds
}}   
}}   


Line 18: Line 18:


==Features==
==Features==
Some of the hardware bits [3] that are working are:
* Both lcd screens (including the touch).
*Both lcd screens (including the touch)
* Access to spi devices (arm7): touch, rtc, firmware, power, mic.
*Access to spi devices (arm7): touch, rtc, firmware, power, mic, ...
* Mpu and caches are working.
*Mpu and caches are working
* Fifos for processor communication between arm7 and arm9.
*Fifos for processor communication between arm7 and arm9
* Audio support (play and record).
*Audio support (play and record)
* Sd card storage works with: ior4tf, iompcf.
*Sd card storage works with: ior4tf, iompcf


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


At boot time it prompts for the source location of the root fs,
At boot time it prompts for the source location of the root fs, choose your selection using the direction keys on DS.
choose your selection using the direction keys on DS.


Currently the only usable option is `root from: kernel'
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.
after the prompt, a window manager wm(1) instance is started
 
to interact/launch/control programs using a menu-like interface.
==Known issues==
Still the port is far from finished, so the port is a WIP (work in progress) and WiFi networking feature is absented.


==Changelog==
==Changelog==
'''r175'''
'''r175'''
*Fixes to screen.c, r4ds reads and arm7/touch.c (rev 175)  
* Fixes to screen.c, r4ds reads and arm7/touch.c (rev 175).


'''r165'''
'''r165'''
*Experimental but working: caches, sound, wifi ap scans, mpcf storage (rev 165)  
* Experimental but working: caches, sound, wifi ap scans, mpcf storage (rev 165).
 


[[Category:Homebrew applications]]
<br>
[[Category:DS homebrew applications]]
[[Category:Operating systems on DS]]

Revision as of 06:56, 21 May 2021

inferno-ds
File:Infernods.jpg
General
Author(s)Noah Evans, Salva Peiró, Mechiel Lukkien
TypeOperating System
Versionr175
LicenceMixed
Links
[Media:Infernodsr175.rar Download]
Website
Source
Advertisements

<htmlet>adsense</htmlet>


Inferno DS: Native Inferno Kernel for the Nintendo DS, is a port of the Inferno Operating system to the Nintendo DS.

Inferno DS aims to use the distributed nature of Inferno with the variety of input methods, for the hardware capabilities of the DS like wifi, touchscreen, graphics & audio (see TechnicalBackground) to create new and interesting ways of interacting with computational resources.

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

Features

  • Both lcd screens (including the touch).
  • Access to spi devices (arm7): touch, rtc, firmware, power, mic.
  • Mpu and caches are working.
  • Fifos for processor communication between arm7 and arm9.
  • Audio support (play and record).
  • Sd card storage works with: ior4tf, iompcf.

User guide

To setup/build own i$CONF.nds file follow the INSTALL file.

After build launch the resulting i$CONF.nds file on DS.

At boot time it prompts for the source location of the root fs, choose your selection using the direction keys on 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.

Known issues

Still the port is far from finished, so the port is a WIP (work in progress) and WiFi networking feature is absented.

Changelog

r175

  • Fixes to screen.c, r4ds reads and arm7/touch.c (rev 175).

r165

  • Experimental but working: caches, sound, wifi ap scans, mpcf storage (rev 165).


Advertising: