diff options
Diffstat (limited to 'boot/GDT.asm')
| -rw-r--r-- | boot/GDT.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/boot/GDT.asm b/boot/GDT.asm index 27514de..df76210 100644 --- a/boot/GDT.asm +++ b/boot/GDT.asm @@ -1,3 +1,19 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; +; Global Descriptor Table +; we have the null descriptor and a code and data block for a start +; +; 0x80 code segment +; 0x10 data segment +; +; this file contains pure data +; +; +; +; + gdt_start: gdt_null: ;null descriptor (2 x 4 bytes) |
