From da03aa14813b592c3ab5104b5aaba3094bd8264b Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Mon, 16 Sep 2019 12:05:15 +0000 Subject: [PATCH] Relocate boot sector to 0x600 --- boot/fatvbr.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boot/fatvbr.asm b/boot/fatvbr.asm index 70059cf..a75338e 100644 --- a/boot/fatvbr.asm +++ b/boot/fatvbr.asm @@ -1,6 +1,5 @@ ; Memory layout: -%define mbr 0x00600 ; 1 sector -%define self 0x00800 ; 1 sector +%define self 0x00600 ; 1 sector %define fattab 0x01000 ; variable size %define rootdir 0x06000 ; variable size %define psp (prog - 0x100)