1
0
Fork 0
Assembling RedoxOS from the ground up.
 
 
 
 
 
 
Go to file
Mark 3207a2c7ee
Add tools
2024-12-16 20:57:17 -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 Initfs makefile 2024-12-15 21:27:29 -08:00
kernel@d4797bbf50 Build kernel 2024-12-16 20:50:27 -08:00
make Fix initfs build 2024-12-16 20:50:34 -08:00
tools Add tools 2024-12-16 20:57:17 -08:00
.editorconfig Fix bootloader 2024-12-11 18:52:55 -08:00
.gitignore Initfs makefile 2024-12-15 21:27:29 -08:00
.gitmodules Build kernel 2024-12-16 20:50:27 -08:00
LICENSE Added meta files 2024-12-11 18:20:40 -08:00
Makefile Build kernel 2024-12-16 20:50:27 -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