mirror of
https://github.com/A2osX/A2osX.git
synced 2025-02-16 18:30:26 +00:00
Kernel 0.93+
This commit is contained in:
parent
67360a605d
commit
414748e267
Binary file not shown.
21
A2osX.S.txt
21
A2osX.S.txt
@ -349,12 +349,25 @@ EnumKM ldx #0
|
||||
bne .1
|
||||
|
||||
sty Boot.Prefix
|
||||
lda #Boot.Prefix
|
||||
pha
|
||||
lda /Boot.Prefix
|
||||
pha
|
||||
>LDYAI MSG.KMSYSDIR
|
||||
jsr PrintFYA
|
||||
|
||||
jsr MLI
|
||||
.DA #MLIOPEN
|
||||
.DA MLIOPEN01
|
||||
bcs .99
|
||||
bcc .10
|
||||
|
||||
pha
|
||||
>LDYAI MSG.KMSYSDIR.KO
|
||||
jsr PrintFYA
|
||||
sec
|
||||
rts
|
||||
|
||||
lda MLIOPEN01+5
|
||||
.10 lda MLIOPEN01+5
|
||||
sta MLIREAD01+1
|
||||
sta MLICLOSE01+1
|
||||
|
||||
@ -420,7 +433,7 @@ EnumKM ldx #0
|
||||
jsr .8
|
||||
pla
|
||||
|
||||
.99 sec
|
||||
sec
|
||||
rts
|
||||
|
||||
.8 jsr MLI
|
||||
@ -508,6 +521,8 @@ MSG.RAMDRV.KO1 .AZ "Uninstall Failed !!!\n"
|
||||
MSG.BOOTPREFIX .AZ "Boot Prefix:%S\n"
|
||||
|
||||
MSG.KMENUM .AZ "Looking For Kernel Modules...\n"
|
||||
MSG.KMSYSDIR .AZ "SYS dir is %S\n"
|
||||
MSG.KMSYSDIR.KO .AZ "***Error : $%h\n"
|
||||
MSG.KMLOAD .AZ "***Loading KM : %S\n"
|
||||
MSG.INIT0OK .AZ "A2osX[Stage0]:Complete.\n"
|
||||
*--------------------------------------
|
||||
|
@ -359,7 +359,7 @@ Wait.TimeOut sec
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
CS.END
|
||||
LIBTCPIP .AZ "LIBTCPIP"
|
||||
LIBTCPIP .AZ "libtcpip"
|
||||
hLIBTCPIP .BS 1
|
||||
MSG.IPKO .AZ "TCP/IP Not Loaded/Configured."
|
||||
MSG.USAGE .AS "Usage : ADT <ip|host> [port]\r\n"
|
||||
|
@ -225,7 +225,7 @@ Wait.TimeOut sec
|
||||
.9 rts
|
||||
*--------------------------------------
|
||||
CS.END
|
||||
LIBTCPIP .AZ "LIBTCPIP"
|
||||
LIBTCPIP .AZ "libtcpip"
|
||||
SSCANF.IP .AZ "%d.%d.%d.%d"
|
||||
SSCANF.MAC .AZ "%h:%h:%h:%h:%h:%h"
|
||||
MSG.Usage .AS "Usage : ARP, display ARP cache\r\n"
|
||||
|
@ -162,7 +162,7 @@ OptionVars .DA #bText,#bText
|
||||
*--------------------------------------
|
||||
MSG.USAGE .AZ "Usage : MD5 [ -d input text | input file ]\r\n"
|
||||
*--------------------------------------
|
||||
LIBCRYPT .AZ "LIBCRYPT"
|
||||
LIBCRYPT .AZ "libcrypt"
|
||||
hLIBCRYPT .BS 1
|
||||
*--------------------------------------
|
||||
.DUMMY
|
||||
|
@ -629,7 +629,7 @@ MSG.DIR .AZ "Reading Dir:%s..."
|
||||
MSG.FILE .AZ "Adding File:%s..."
|
||||
ARC.Header .AZ "PAK"
|
||||
*--------------------------------------
|
||||
LIBPAK .AZ "LIBPAK"
|
||||
LIBPAK .AZ "libpak"
|
||||
hLIB .BS 1
|
||||
*--------------------------------------
|
||||
.DUMMY
|
||||
|
Loading…
x
Reference in New Issue
Block a user