ZealOS/zealbooter
TomAwezome 16427dfe0b Move Limine.CFG from src/ to zealbooter/.
Since Zeal now has Limine.CFG autogenerate capability for install, it doesn't need it in the source tree. However, it can't be outright deleted from the project since the isohybrid needs it, so instead it will stay in zealbooter directory, and in the next commit it will be copied into the isohybrid temp directory from zealbooter/ during the build process.
2022-10-16 19:49:06 -04:00
..
lib Add zealbooter library files for strcpy, strncpy, strcmp, strncmp, strlen. 2022-09-08 18:47:59 -04:00
GNUmakefile Move zealbooter libs to subdirectory. 2022-09-08 18:01:32 -04:00
lib.c Change ZealBooter library files to verifiably Public Domain implementations. 2022-09-08 01:57:22 -04:00
lib.h Add zealbooter library files for strcpy, strncpy, strcmp, strncmp, strlen. 2022-09-08 18:47:59 -04:00
Limine.CFG Move Limine.CFG from src/ to zealbooter/. 2022-10-16 19:49:06 -04:00
linker.ld Initial work on ZealBooter 2022-08-20 01:54:34 +02:00
trampoline.S Fix zealbooter memmap kernel header buffer-overflow. 2022-09-12 00:41:09 -04:00
zealbooter.c Begin integrating Limine framebuffer mode info list into ZealBooter to pass abstracted mode information to CKernel header. 2022-10-14 22:01:34 -04:00