Kernel 0.92

This commit is contained in:
Rémy GIBERT 2019-01-06 09:58:49 +00:00
parent 6480b38e1a
commit 957a6dd1c9
2 changed files with 17 additions and 1 deletions

Binary file not shown.

View File

@ -107,6 +107,9 @@ Kernel.Init3 sta SETALTZP
sta CLRPAGE2
sta SETALTCHAR
lda #"M"
sta SYS.BASL0+38
jsr MemMgrInit
>LDYAI CORE.S.PS0 Select Process 0 (Kernel)
@ -115,15 +118,28 @@ Kernel.Init3 sta SETALTZP
>LDYAI K.STACKTOP
>STYA pStack
lda #"N"
sta SYS.BASL0+38
>PUSHWI FD.NULL.NAME
>LDYAI FD.NULL
>SYSCALL MKDev
lda #"S"
sta SYS.BASL0+38
jsr SysScrInit
bcs *
lda #"0"
sta SYS.BASL0+38
jsr PS0.Init
bcs *
lda #"3"
sta SYS.BASL0+38
*--------------------------------------
>LDYAI MSG.Init3
>SYSCALL puts