]> code.bitgloo.com Git - clyne/osdev.git/commit
wip: initial commit
authorClyne Sullivan <clyne@bitgloo.com>
Fri, 27 Sep 2024 10:02:49 +0000 (06:02 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Fri, 27 Sep 2024 10:02:49 +0000 (06:02 -0400)
commitd43d7caf15a01dd9c2ef1d9e975df3ef7c4e9204
treeaaf1f0f3a18b6f7b3fc25022e06941a9fb4fa612
wip: initial commit
24 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
boot.s [new file with mode: 0644]
gdt.cpp [new file with mode: 0644]
gdt.hpp [new file with mode: 0644]
idt.cpp [new file with mode: 0644]
idt.hpp [new file with mode: 0644]
iso/boot/grub/grub.cfg [new file with mode: 0644]
kernel.cpp [new file with mode: 0644]
link.ld [new file with mode: 0644]
memory.cpp [new file with mode: 0644]
memory.hpp [new file with mode: 0644]
multiboot.cpp [new file with mode: 0644]
multiboot.hpp [new file with mode: 0644]
pic.cpp [new file with mode: 0644]
pic.hpp [new file with mode: 0644]
pit.cpp [new file with mode: 0644]
pit.hpp [new file with mode: 0644]
portio.hpp [new file with mode: 0644]
tasking.cpp [new file with mode: 0644]
tasking.hpp [new file with mode: 0644]
textoutput.hpp [new file with mode: 0644]
vgaterminal.cpp [new file with mode: 0644]
vgaterminal.hpp [new file with mode: 0644]