ZealOS/zealbooter
2022-09-08 17:46:29 -04:00
..
.gitignore Initial work on ZealBooter 2022-08-20 01:54:34 +02:00
GNUmakefile ZealBooter: Update to Limine 4.x 2022-09-05 06:42:29 +02:00
lib.c Change ZealBooter library files to verifiably Public Domain implementations. 2022-09-08 01:57:22 -04:00
lib.h Add #include guards to zealbooter library files using ifndef and endif. 2022-09-08 17:46:29 -04:00
linker.ld Initial work on ZealBooter 2022-08-20 01:54:34 +02:00
memcpy.c Change ZealBooter library files to verifiably Public Domain implementations. 2022-09-08 01:57:22 -04:00
memcpy.h Add #include guards to zealbooter library files using ifndef and endif. 2022-09-08 17:46:29 -04:00
print.c Change ZealBooter library files to verifiably Public Domain implementations. 2022-09-08 01:57:22 -04:00
print.h Add #include guards to zealbooter library files using ifndef and endif. 2022-09-08 17:46:29 -04:00
stb_sprintf.h Change ZealBooter library files to verifiably Public Domain implementations. 2022-09-08 01:57:22 -04:00
trampoline.S Implement zealbooter details print to screen using limine terminal write. 2022-09-08 02:01:24 -04:00
zealbooter.c Implement zealbooter details print to screen using limine terminal write. 2022-09-08 02:01:24 -04:00