toy OS
Go to file
2022-09-16 17:07:27 -05:00
.gitignore real initial commit 2022-09-14 16:50:44 -05:00
bochsrc real initial commit 2022-09-14 16:50:44 -05:00
boot.nasm real initial commit 2022-09-14 16:50:44 -05:00
entry.nasm GPT handler detects V86 mode; Interrupt printing fixes 2022-09-16 17:07:27 -05:00
handler.nasm GPT handler detects V86 mode; Interrupt printing fixes 2022-09-16 17:07:27 -05:00
interrupt.c GPT handler detects V86 mode; Interrupt printing fixes 2022-09-16 17:07:27 -05:00
interrupt.h Refactored into multiple files 2022-09-14 21:54:59 -05:00
kernel.c Fixed & Improved Makefile, Made V86 GPF handler not directly dereference 2022-09-16 15:50:58 -05:00
link.ld real initial commit 2022-09-14 16:50:44 -05:00
Makefile Fixed & Improved Makefile, Made V86 GPF handler not directly dereference 2022-09-16 15:50:58 -05:00
print.c GPT handler detects V86 mode; Interrupt printing fixes 2022-09-16 17:07:27 -05:00
print.h GPT handler detects V86 mode; Interrupt printing fixes 2022-09-16 17:07:27 -05:00
README.md Initial commit 2022-09-14 20:53:05 +00:00
tss.c Refactored into multiple files 2022-09-14 21:54:59 -05:00
v86.nasm Fixed & Improved Makefile, Made V86 GPF handler not directly dereference 2022-09-16 15:50:58 -05:00

luciaos