Skip to content

7.1.2

Latest

Choose a tag to compare

@foxdrodd foxdrodd released this 27 Jun 14:44
· 3 commits to master since this release

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_text to show text or use /dev/vmu_lcd0) see Wiki for me details.
  • CONFIG_PVR2_DMA disabled, as it seems to break the framebuffer graphics usage
  • VMUFAT patch 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