This commit is contained in:
K. Lange 2018-04-28 21:29:00 +09:00 committed by Kevin Lange
parent 7a39d3c3b0
commit 0218dc3862

View File

@ -16,7 +16,7 @@ The NIH kernel is essentially the same as the mainline kernel, though the PCI ve
### Bootloader
Mailine ToaruOS shipped with GRUB, which provided a multiboot-compatible ELF loader. To that end, our native bootloader also implements multiboot. However, as writing a feature-complete bootloader is not a goal of this project, the native bootloader is very limited, supporting only ATAPI CDs on systems with El Torito "no-emulation" support. It is not guaranteed to work on real hardware, but has been tested in QEMU, Bochs, and VirtualBox.
Mainline ToaruOS shipped with GRUB, which provided a multiboot-compatible ELF loader. To that end, our native bootloader also implements multiboot. However, as writing a feature-complete bootloader is not a goal of this project, the native bootloader is very limited, supporting only ATAPI CDs on systems with El Torito "no-emulation" support. It is not guaranteed to work on real hardware, but has been tested in QEMU, Bochs, VirtualBox, and VMware Player.
### Userspace