Tiny x86 operating system
Go to file
2024-01-09 20:33:14 -06:00
.gitignore move C library to separate module 2023-11-25 20:29:49 -06:00
kernel.c memset, size_t 2024-01-09 20:33:14 -06:00
link.ld first commit 2020-05-28 11:47:29 -05:00
loader.s move C library to separate module 2023-11-25 20:29:49 -06:00
Makefile no stack protection 2024-01-09 14:49:13 -06:00
stdbool.h putpixel, stdint 2024-01-09 20:14:30 -06:00
stdint.h memset, size_t 2024-01-09 20:33:14 -06:00
stdio.c putpixel, stdint 2024-01-09 20:14:30 -06:00
stdio.h putpixel, stdint 2024-01-09 20:14:30 -06:00
string.h memset, size_t 2024-01-09 20:33:14 -06:00