Skip to content

Commit

Permalink
msx: update to new binman
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Cox committed May 14, 2015
1 parent cf2b7ef commit 3f346c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Kernel/platform-msx1/crt0.s
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ start: di
out (0x2f), a
ld sp, #kstack_top
; move the common memory where it belongs
ld hl, #s__INITIALIZER
ld hl, #s__DATA
ld de, #s__COMMONMEM
ld bc, #l__COMMONMEM
ldir
Expand Down
4 changes: 2 additions & 2 deletions Kernel/platform-msx2/crt0.s
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
.area _CODE2
.area _VIDEO
.area _CONST
.area _DATA
.area _INITIALIZED
.area _DATA
.area _BSEG
.area _BSS
.area _HEAP
Expand Down Expand Up @@ -84,7 +84,7 @@ start:
call enaslt

; move the common memory where it belongs
ld hl, #s__INITIALIZER
ld hl, #s__DATA
ld de, #s__COMMONMEM
ld bc, #l__COMMONMEM
ldir
Expand Down

0 comments on commit 3f346c9

Please sign in to comment.