1
0
Fork 0
Assembling RedoxOS from the ground up.
 
 
 
 
 
 
Go to file
Mark 067992221f
Add components
2024-12-15 20:26:24 -08:00
bios Clean up build process 2024-12-12 07:14:44 -08:00
bootloader Add live feature 2024-12-12 07:32:15 -08:00
components Gitignore 2024-12-15 20:26:16 -08:00
make Added mock rootfs 2024-12-12 07:26:17 -08:00
.editorconfig Fix bootloader 2024-12-11 18:52:55 -08:00
.gitignore Gitignore 2024-12-15 20:26:16 -08:00
.gitmodules Add components 2024-12-15 20:26:24 -08:00
LICENSE Added meta files 2024-12-11 18:20:40 -08:00
Makefile Make tweaks 2024-12-12 08:53:55 -08:00
README.md Added README 2024-12-12 07:14:49 -08:00
rustfmt.toml Added meta files 2024-12-11 18:20:40 -08:00

README.md

RedoxOS bootloader

Contents

  • ./bios: multistage bootloader, only used for legacy boot
  • ./bootloader: shared bootloader code
  • ./make: build scripts