Kernel 0.94

This commit is contained in:
Rémy GIBERT 2020-08-02 18:12:23 +02:00
parent 1c7bfebf81
commit 1e62efa9d7
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -554,7 +554,7 @@ LoadKM ldx Boot.Prefix
bcs .98
jsr .9
jsr A2osX.KMLOAD
jmp A2osX.KMLOAD
.98 pha
jsr .9

View File

@ -582,7 +582,7 @@ MSG.USAGE .AS "Usage : WC File(s) (*,? wildcards allowed)\r\n"
.AS " -L : Print the LINE counts\r\n"
.AZ " -W : Print the WORD counts\r\n"
MSG.ERR .AZ "[%h]\r\n"
MSG.LONG .AZ "%L "
MSG.LONG .AZ "%L"
MSG.LONGTAB .AZ "%10L "
MSG.TOTAL .AZ "(total)"
*--------------------------------------

View File

@ -6,7 +6,7 @@ NEW
.TF sbin/networkd
*--------------------------------------
LIB.MAX .EQ 4
DBG .EQ 0
DBG .EQ 1
*--------------------------------------
.INB inc/macros.i
.INB inc/a2osx.i