E. Almqvist 3 years ago
parent ca77942827
commit 0f0cf87e89
  1. 4
      bootloader/bios/memory.asm

@ -11,8 +11,10 @@ addr_eng_dt_end:
map_phys_mem_init:
mov ebx, 0
map_phys_mem:
mov eax, 0xe820 ; Function code
mov eax, 0xE820 ; Function code
; Tell the CPU about the descriptors location (ES:DI)
;mov es, addr_rng_dt_start
;mov di,
mov edx, 'SMAP' ; Signature
int BIOS_PMEM_INT

Loading…
Cancel
Save