Relocate boot sector to 0x600
This commit is contained in:
parent
cff186a1bb
commit
da03aa1481
@ -1,6 +1,5 @@
|
|||||||
; Memory layout:
|
; Memory layout:
|
||||||
%define mbr 0x00600 ; 1 sector
|
%define self 0x00600 ; 1 sector
|
||||||
%define self 0x00800 ; 1 sector
|
|
||||||
%define fattab 0x01000 ; variable size
|
%define fattab 0x01000 ; variable size
|
||||||
%define rootdir 0x06000 ; variable size
|
%define rootdir 0x06000 ; variable size
|
||||||
%define psp (prog - 0x100)
|
%define psp (prog - 0x100)
|
||||||
|
Loading…
Reference in New Issue
Block a user