diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 6e49fa22..360677d0 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.TEST.po b/.Floppies/A2OSX.TEST.po index 74a676dd..4c2f1bb3 100644 Binary files a/.Floppies/A2OSX.TEST.po and b/.Floppies/A2OSX.TEST.po differ diff --git a/A2osX.S.txt b/A2osX.S.txt index d14079eb..dc1577f4 100644 --- a/A2osX.S.txt +++ b/A2osX.S.txt @@ -554,7 +554,7 @@ LoadKM ldx Boot.Prefix bcs .98 jsr .9 - jsr A2osX.KMLOAD + jmp A2osX.KMLOAD .98 pha jsr .9 diff --git a/BIN/WC.S.txt b/BIN/WC.S.txt index 3c94bbd1..8a7c4556 100644 --- a/BIN/WC.S.txt +++ b/BIN/WC.S.txt @@ -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)" *-------------------------------------- diff --git a/SBIN/NETWORKD.S.txt b/SBIN/NETWORKD.S.txt index 2eac59e5..38df048c 100644 --- a/SBIN/NETWORKD.S.txt +++ b/SBIN/NETWORKD.S.txt @@ -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