summaryrefslogtreecommitdiff
path: root/boot/memmap.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-27 03:20:16 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-27 03:20:16 +0200
commit50c7bdbe826b5b425748a11273d14e3aed2ce851 (patch)
tree8fc2bec5576aad366b6f9f3f1fcc406f6a3eeb33 /boot/memmap.asm
parentfc7022286a14e7325907fb4e77aa44330037229b (diff)
many changes and adaptions and VESA mode !!
Diffstat (limited to 'boot/memmap.asm')
-rw-r--r--boot/memmap.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/memmap.asm b/boot/memmap.asm
index 29d48f3..d101557 100644
--- a/boot/memmap.asm
+++ b/boot/memmap.asm
@@ -51,5 +51,7 @@ BiosGetMemoryMap:
.error:
stc
.done:
+
+ mov [MEMMAP_SIZE_OFFSET],bp
popad
ret