From d50d3aeaaeaca4a75a807759a54d1d6ae8b5bce4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 28 Feb 2021 13:40:45 +0100 Subject: Fixed memory mapping detection --- boot/entry.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/entry.asm b/boot/entry.asm index 452de01..7285fb8 100644 --- a/boot/entry.asm +++ b/boot/entry.asm @@ -71,7 +71,7 @@ %define VESA_LFB_FLAG 0x4000 ; Enable LFB flag ; MMAP constants -%define MMAP_START 0x400 ; Starts at 0x400, ends at 0x500 +%define MMAP_START 0x500 ; Starts at 0x500, ends at 0x600 %define MMAP_SIZE 0x18 ; Struct size %define MMAP_SIG 0x0534d4150 ; Signature ("SMAP") %define MMAP_BIOS_MAGIC 0xe820 ; BIOS int 15h code to get address map -- cgit v1.2.3