E. Almqvist 3 years ago
parent f51c3c7bbe
commit 2942b2e37e
  1. 14
      bootloader/bios/memory.asm

@ -9,12 +9,12 @@
; addr_rng_type: dd 0 ; addr_rng_type: dd 0
;addr_eng_dt_end: ;addr_eng_dt_end:
map_phys_mem_init: ;map_phys_mem_init:
mov ebx, 0 ; mov ebx, 0
map_phys_mem: ;map_phys_mem:
mov eax, 0xe820 ; Function code ; mov eax, 0xe820 ; Function code
mov es, ; mov es,
mov edx, 'SMAP' ; Signature ; mov edx, "SMAP" ; Signature
int BIOS_PMEM_INT ; int BIOS_PMEM_INT

Loading…
Cancel
Save