Demo v0.9
ToaruOS-NIH is intended as a distribution of ToaruOS built upon no third-party components. This demo image includes a mostly functioning base desktop, using all in-house libraries, as well as a port of Python 3.6. The CD is bootable in virtual machines including QEMU, Bochs, and VirtualBox. EFI (both IA32 and X64) is supported for booting. Please note that the BIOS loader is fragile and is likely to only work under these emulators or very specific hardware configurations - if you intend to run ToaruOS-NIH from real hardware, EFI is recommended.
Using QEMU
WIth QEMU, it is recommended you run the image as follows for best compatibility:
qemu-system-i386 -cdrom image.iso -serial mon:stdio -m 1G -soundhw ac97,pcspk -enable-kvm
For a headless boot using your local terminal, QEMU can be run as follows:
qemu-system-i386 -cdrom image.iso -serial mon:stdio -m 1G -soundhw ac97,pcspk -enable-kvm \
-nographic -fw_cfg name=opt/org.toaruos.bootmode,string=headless
To exit the headless mode, type Ctrl-a C to access the QEMU monitor, and then type quit
.
Known Issues
The File Browser and Help Browser applications are still blank stubs.
The bootloader does not currently employ any compression and ramdisk loading may take several seconds.
The BIOS bootloader is very rudimentary and is only expected to work under the ideal conditions of supported virtual machines.
Due to missing libraries and changes to the names and ABIs of system libraries, existing Python graphical applications from mainline ToaruOS are not supported in NIH.