diff --git a/A2OSX.BOOT.DSK b/A2OSX.BOOT.DSK index 8912654a..cf7c2e03 100644 Binary files a/A2OSX.BOOT.DSK and b/A2OSX.BOOT.DSK differ diff --git a/A2OSX.SRC.po b/A2OSX.SRC.po index 99a8d5c2..7da07fda 100644 Binary files a/A2OSX.SRC.po and b/A2OSX.SRC.po differ diff --git a/A2osX.S.QC.txt b/A2osX.S.QC.txt index 0087c1d5..a9b97a76 100644 --- a/A2osX.S.QC.txt +++ b/A2osX.S.QC.txt @@ -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 diff --git a/A2osX.S.txt b/A2osX.S.txt index f8a34aaa..780a0b92 100644 --- a/A2osX.S.txt +++ b/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