From bf67de78c26c6f6e585f11899591f61da5a2c3d8 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 17:15:01 +0200 Subject: added some comments and cleaned up the .asm files --- boot/GDT.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'boot/GDT.asm') 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) -- cgit v1.2.3