explicitly check origin
This commit is contained in:
parent
830e40a470
commit
b692eba9f5
1 changed files with 3 additions and 2 deletions
5
main.asm
5
main.asm
|
@ -16,8 +16,9 @@ base 0x80000000
|
||||||
|
|
||||||
include "header.asm"
|
include "header.asm"
|
||||||
insert "bin/6102.bin"
|
insert "bin/6102.bin"
|
||||||
// after inserting the header and bootrom,
|
if origin() != 0x1000 {
|
||||||
// origin should be at 0x1000.
|
error "bad header or bootcode; combined sized should be exactly 0x1000"
|
||||||
|
}
|
||||||
|
|
||||||
include "kernel.asm"
|
include "kernel.asm"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue