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.

This commit is contained in:
2020-08-06 15:20:45 -05:00
parent d8071c0eac
commit 9fe73abe53
15 changed files with 453 additions and 19 deletions
+1
View File
@@ -5,6 +5,7 @@ SECTIONS {
.text ALIGN (0x1000) :
{
KEEP(*(.multiboot))
*(.text)
}