This website requires JavaScript.
Explore
Help
Sign In
glm94
/
kernel3
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
9fe73abe531ca8c374ab2ac03d62501f275ed95e
kernel3
/
includes
T
History
glm94
9fe73abe53
Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
2020-08-06 15:20:45 -05:00
..
gdt.h
Added the Global Descriptor Table.
2020-06-19 12:08:17 -05:00
idt.h
Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
2020-08-06 15:20:45 -05:00
interrupt_handler.h
Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
2020-08-06 15:20:45 -05:00
io.h
Added support for setting up a serial port. This first serial driver appears to only work correctly in QEMU.
2020-05-24 03:24:25 -05:00
kernel.h
Added the Global Descriptor Table.
2020-06-19 12:08:17 -05:00
loader.h
Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
2020-08-06 15:20:45 -05:00
screen.h
Setup a graphics 'driver' of sorts that can display a banner at the top of the screen.
2020-05-22 12:33:50 -05:00
serial.h
Added code to setup and build the IDT. Updated the Bochs' configuration file to allow break points to be set and did some general code clean-up.
2020-08-06 15:20:45 -05:00