mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-14 15:30:37 +00:00
Fixed the boot problem:A2OSC.SYSTEM not generated properly with MSYS script
This commit is contained in:
parent
8f8d3222dc
commit
9d8b78976a
BIN
A2OSX.BOOT.DSK
BIN
A2OSX.BOOT.DSK
Binary file not shown.
BIN
A2OSX.SRC.po
BIN
A2OSX.SRC.po
Binary file not shown.
@ -200,7 +200,7 @@ MSG.KLOADING >PSTRING "Loading Kernel..."
|
||||
MSG.KLOADING.KO >PSTRING "Error While Loading Kernel."
|
||||
MSG.STAGE1OK >PSTRING "A2osX[Stage1]:Complete."
|
||||
*--------------------------------------
|
||||
.BS $1300-*
|
||||
.BS $1200-*
|
||||
.EP
|
||||
*--------------------------------------
|
||||
MAN
|
||||
|
14
A2osX.S.txt
14
A2osX.S.txt
@ -158,11 +158,21 @@ A2osX.SetupQC lda RRAMWRAMBNK2
|
||||
sta $D100,x
|
||||
lda A2osX.QC.B.Start+$100,x
|
||||
sta $D200,x
|
||||
lda A2osX.GP.B.start,x
|
||||
sta $D300,x
|
||||
inx
|
||||
bne .1
|
||||
|
||||
ldx #$C0
|
||||
.2 lda A2osX.GP.B.start-1,x
|
||||
sta $D300-1,x
|
||||
dex
|
||||
bne .2
|
||||
|
||||
ldx #$20
|
||||
.3 lda $BEE0-1,x
|
||||
sta $D3E0-1,x
|
||||
dex
|
||||
bne .3
|
||||
|
||||
lda RROMBNK1
|
||||
*--------------------------------------
|
||||
A2osX.EnumKM >LDAXI MSG.KMENUM
|
||||
|
Loading…
x
Reference in New Issue
Block a user