Relocate boot sector to 0x600

This commit is contained in:
Nero 2019-09-16 12:05:15 +00:00
parent cff186a1bb
commit da03aa1481
1 changed files with 1 additions and 2 deletions

View File

@ -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)