Kernel version 0.9 : Added a "Close All Opened Files" at init2 that prevented copying some files...

Added "ProDOS" (lowercase) info in A2OSX.BUILD.po
This commit is contained in:
Rémy GIBERT 2017-06-22 17:21:24 +02:00
parent 4b4dedd6d6
commit f79851f52a
6 changed files with 9 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -99,6 +99,13 @@ A2osX.Init1 ldx #$FF init 6502 stack to highest
.2 >LDAXI MSG.CPU.OK
jsr PrintFAX
*--------------------------------------
A2osX.CloseAll stz LEVEL Back To FILE LEVEL 0
jsr MLI Make sure all files are closed
.DA #MLICLOSE
.DA MLICLOSE01
bcs *
*--------------------------------------
A2osX.Prefix >LDAXI MSG.BOOTPREFIX
jsr PrintFAX
jsr MLI

View File

@ -99,7 +99,7 @@ MEMTABL .EQ $BF58 -> $BF6F
*INTRUPT4 .EQ $BF86
DATELO .EQ $BF90
TIMELO .EQ $BF92
*LEVEL .EQ $BF94
LEVEL .EQ $BF94
*BUBIT .EQ $BF95
*SPARE1 .EQ $BF96
MACHID .EQ $BF98

View File

@ -5,7 +5,7 @@ AUTO 6
PREFIX /A2OSX.BUILD
echo \fBuilding A2OSX.BOOT Media...
format S6D1 A2OSX.BOOT
cp PRODOS /A2OSX.BOOT
cp ProDOS /A2OSX.BOOT
md /A2OSX.BOOT/SYS
cp SYS/* /A2OSX.BOOT/SYS
md /A2OSX.BOOT/DRV