rust
E. Almqvist 3 years ago
parent 4817bab382
commit 4a7e399113
  1. 2
      bootloader/bootloader.asm

@ -35,6 +35,8 @@
; Switching to PM
[bits 16]
pm_preinit:
call mmap_e820 ; Map the physical memory
cli ; Switch interupts
lgdt [gdt_descriptor] ; Tell the CPU about the GDT

Loading…
Cancel
Save