Comment cleanup

pull/17/head
E. Almqvist 3 years ago
parent 397c272175
commit d1659e68ad
  1. 4
      src/pm/gdt.asm

@ -34,8 +34,8 @@ gdt_end: ; Mark the end so we can get the delta-memory (size of GDT)
; GDT descriptor ; GDT descriptor
gdt_descriptor: gdt_descriptor:
dw gdt_end - gdt_start - 1 ; Size of GDT is always -1 of actual size (WHY?!?!?!?!??!) dw gdt_end - gdt_start - 1 ; GDT size
dd gdt_start ; Pointer to the GDT dd gdt_start ; GDT pointer
; Lazy constants ; Lazy constants

Loading…
Cancel
Save