This website requires JavaScript.
Explore
Help
Sign In
glm94
/
kernel3
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
4c4054451c9a77d8b0a687525d89cc03434fe01e
kernel3
/
kernel
T
History
glm94
4c4054451c
Fixed the serial port bug that caused a FIFO overflow in Bochs.
2020-06-19 13:49:10 -05:00
..
gdt.c
Added the Global Descriptor Table.
2020-06-19 12:08:17 -05:00
io.s
Added the Global Descriptor Table.
2020-06-19 12:08:17 -05:00
kmain.c
Fixed the serial port bug that caused a FIFO overflow in Bochs.
2020-06-19 13:49:10 -05:00
loader.s
Fixed a bug that caused the kernel image to lose it multiboot signature. Added code to test printing a string to the screen.
2020-05-09 21:55:51 -05:00
screen.c
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
serial.c
Fixed the serial port bug that caused a FIFO overflow in Bochs.
2020-06-19 13:49:10 -05:00