mirror of
https://github.com/A2osX/A2osX.git
synced 2025-08-12 12:25:41 +00:00
Kernel 0.93+
This commit is contained in:
Binary file not shown.
@@ -33,9 +33,7 @@ gfi_ok lda gfi_type
|
|||||||
jsr sysentry execute ATinit
|
jsr sysentry execute ATinit
|
||||||
|
|
||||||
H23DF jmp ILDR.SYSTEM execute .system file
|
H23DF jmp ILDR.SYSTEM execute .system file
|
||||||
|
*--------------------------------------
|
||||||
* fatal error
|
|
||||||
|
|
||||||
H23E2 ldx ATINIT.ERR
|
H23E2 ldx ATINIT.ERR
|
||||||
H23E5 lda ATINIT.ERR,x
|
H23E5 lda ATINIT.ERR,x
|
||||||
sta vline16,x
|
sta vline16,x
|
||||||
|
@@ -7,6 +7,8 @@ NEW
|
|||||||
sta $C010
|
sta $C010
|
||||||
.EM
|
.EM
|
||||||
|
|
||||||
|
READCAT .EQ 0 Boot Block read Catalog at $C00
|
||||||
|
|
||||||
H2000 jmp prostart
|
H2000 jmp prostart
|
||||||
jmp atalkset
|
jmp atalkset
|
||||||
jmp p16start
|
jmp p16start
|
||||||
@@ -412,8 +414,9 @@ LDR.ReadRoot jsr MLI
|
|||||||
.DA LDR.MLISETP.P
|
.DA LDR.MLISETP.P
|
||||||
bcs .9
|
bcs .9
|
||||||
|
|
||||||
|
.DO READCAT=1
|
||||||
stz dst
|
stz dst
|
||||||
lda /DirBlkBuf
|
lda /dbuf
|
||||||
ldy #$02 read directory into buffer
|
ldy #$02 read directory into buffer
|
||||||
ldx #0
|
ldx #0
|
||||||
|
|
||||||
@@ -440,7 +443,8 @@ LDR.ReadRoot jsr MLI
|
|||||||
inc add $200 to buffer pointer
|
inc add $200 to buffer pointer
|
||||||
cmp /dbuf+$800 until it points past end of buffer.
|
cmp /dbuf+$800 until it points past end of buffer.
|
||||||
bcc .1 if ok, read next block.
|
bcc .1 if ok, read next block.
|
||||||
|
.FIN
|
||||||
|
|
||||||
.8 jmp $800 jmp to "load interpreter" code
|
.8 jmp $800 jmp to "load interpreter" code
|
||||||
|
|
||||||
.9 sta RROMBNK2
|
.9 sta RROMBNK2
|
||||||
|
@@ -125,7 +125,6 @@ vline16 .EQ $07A8 line 16 of display
|
|||||||
vline23 .EQ $0750 line 23 of display
|
vline23 .EQ $0750 line 23 of display
|
||||||
vline24 .EQ $07D0 line 24 of display
|
vline24 .EQ $07D0 line 24 of display
|
||||||
|
|
||||||
DirBlkBuf .EQ $0C00
|
|
||||||
dbuf .EQ $0C00 8 page directory buffer
|
dbuf .EQ $0C00 8 page directory buffer
|
||||||
vblock1 .EQ $0E00 ramdisk directory block
|
vblock1 .EQ $0E00 ramdisk directory block
|
||||||
volbuf .EQ $0F00 volume buffer
|
volbuf .EQ $0F00 volume buffer
|
||||||
|
Reference in New Issue
Block a user