The Redox loader was written in order to support loading the Redox kernel from standard filesystems.
Currently the Redox bootloader supports booting only from a RedoxFS partition
Make sure to have the following dependencies installed:
Untar sample_images/fs_redoxfs.tar.gz and then run make run_kvm. A custom RedoxFS image can be passed using make run_kvm REDOXFS=<path_to_redox_fs>.REDOXFS defaults to sample_images/fs_redoxfs.bin
redox-loadercurrently boots from the first bootable partition it sees. Modifybootloader/x86_64/bootsector.asmto set the bootable partition.
- Implementing a FAT32 filesystem in Redox - 1
- Implementing a FAT32 filesystem in Redox - 2
- Implementing a FAT32 filesystem in Redox - 3
See LICENSE