Of course it runs doom!
This release comes with fbdoom and 2 small WADs preinstalled, just type following to start Doom:
fbdoom -iwad /doom1.wad
fbdoom -iwad /newdoom1.wad
Added packages
- fbdoom
- fbset
- libsdl
- inetutils (for telnet)
- xinetd (to start telnetd)
- cmatrix
- text2lcd / vmu_lcd_text
Telnet
To start telnetd via xinetd, you can use e.g: (maybe you need to mount devpts /dev/pts before)
xinetd -dontfork -d
Kernel changes
- Initial Support for the VMU LCD display, based on the original driver (
text2lcd,vmu_lcd_textto show text or use/dev/vmu_lcd0) see Wiki for me details. CONFIG_PVR2_DMAdisabled, as it seems to break the framebuffer graphics usageVMUFATpatch updated again
Init changes - less memory usage
- The userland variants now use a very tiny custom init (5 KB) to mount and chroot the userland-sysroot from GDROM and not busybox/script anymore. This results in more available RAM and less running shells.
- 6 Virtual Consoles to be switched to ctrl+alt+F1-6