diff --git a/.Floppies/A2OSX.MAKE.po b/.Floppies/A2OSX.MAKE.po index ec89c77f..d294490e 100644 Binary files a/.Floppies/A2OSX.MAKE.po and b/.Floppies/A2OSX.MAKE.po differ diff --git a/.Floppies/STABLE.32MB.po b/.Floppies/STABLE.32MB.po index c121c561..3d27b648 100644 Binary files a/.Floppies/STABLE.32MB.po and b/.Floppies/STABLE.32MB.po differ diff --git a/EXAMPLES/GETKEY.txt b/EXAMPLES/GETKEY.txt index f88e32de..c2ef47b5 100644 --- a/EXAMPLES/GETKEY.txt +++ b/EXAMPLES/GETKEY.txt @@ -8,9 +8,10 @@ AUTO 4,1 Echo Get Key Test echo Press a key SET K = 0 -WHILE [ $K -EQ 0 ] - GETKEY K +WHILE [ $K -NE 32 ] + READ -N 0 K + echo $K LOOP -echo $K +ECHO \n MAN TEXT /MAKE/USR/SHARE/EXAMPLES/GETKEY diff --git a/MAKE/FULLFILES.txt b/MAKE/FULLFILES.txt index 736a8e35..70276b7a 100644 --- a/MAKE/FULLFILES.txt +++ b/MAKE/FULLFILES.txt @@ -4,6 +4,13 @@ AUTO 4,1 A2osX.logo A2OSX.SYSTEM bin/arp +bin/asm +bin/asm.6502 +bin/asm.65816 +bin/asm.65C02 +bin/asm.65R02 +bin/asm.SW16 +bin/asm.Z80 bin/cat bin/chmod bin/chtyp @@ -30,11 +37,12 @@ bin/mv bin/netstat bin/nscutil bin/pak +bin/pakme bin/ping bin/ps bin/rm -bin/rpcdump bin/sh +bin/stat bin/telnet bin/term bin/unpak @@ -53,10 +61,21 @@ etc/init etc/issue etc/motd etc/network +INC/A2OSX.I +INC/IO.I +INC/LIBPAK.I +INC/LIBTCPIP.I +INC/MACROS.I +INC/MLI.E.I +INC/MLI.I +INC/MONITOR.I +INC/NET.HTTP.I +INC/PAK.I lib/libblkdev lib/libpak lib/libtcpip sbin/getty +sbin/httpd sbin/initd sbin/insdrv sbin/login diff --git a/MAKE/MAKEFULL32.txt b/MAKE/MAKEFULL32.txt index 7f81d6f3..21704734 100644 --- a/MAKE/MAKEFULL32.txt +++ b/MAKE/MAKEFULL32.txt @@ -77,6 +77,9 @@ md /fullboot/sbin md /fullboot/sys md /fullboot/sys/km md /fullboot/tmp +md /fullboot/usr +md /fullboot/usr/share +md /fullboot/usr/share/extras md /fullboot/var md /fullboot/var/log ECHO "Copying Files..." @@ -84,12 +87,18 @@ FOR FILE IN (fullfiles) cp -Q ${SRC}/${FILE} /fullboot/${FILE} NEXT cp -Q -Y ${SRC}/PRODOS.FX /fullboot/ProDOS +cp -Q -Y ${SRC}/PRODOS.FX /fullboot/usr/share/extras +cp -Q -Y ${SRC}/PRODOS.FX.PAKED /fullboot/usr/share/extras +cp -Q -Y ${SRC}/PRODOS.203TC /fullboot/usr/share/extras +cp -Q -Y ${SRC}/SCASM3.SYSTEM /fullboot/usr/share/extras +cp -Q -Y ${SRC}/NS.CLOCK.SYSTEM /fullboot/usr/share/extras cp -Q -Y initboot /fullboot/etc/init ECHO "Welcome to A2osX!" > /fullboot/etc/issue ECHO >> /fullboot/etc/issue ECHO $IM >> /fullboot/etc/issue cp -Q tcpip.conf /fullboot/etc/tcpip.conf cp -Q profile /fullboot/root/profile +cp -q helloworld.s /fullboot/root/helloworld.s ECHO "fullboot 32mb Disk Created!" MAN TEXT /MAKE/USR/SHARE/MAKE/MAKEFULL32 diff --git a/README.md b/README.md index 0d6819ad..e2e3ef06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # A2osX Multi-Tasking OS for Apple II -### Updated February 13, 2020 +### Updated May 24, 2020 ## A2osX 0.94 @@ -22,7 +22,7 @@ Consult the **[documentation](#documentation)** section below to find other reso ## News -A2osX Version 0.94 .... +The A2osX Team is preparing to issue the first Stable Alpha of A2osX Version 0.94. This new version will include an updated version of ProDOS FX, further kernel enhancements to improve memory usage and for the first time an included Assembler so developers can edit, assemble and test problems all from with A2osX. We are inviting interested developers and testers to please join our A2osX Slack channel to get release announcements, learn more about new features, get support and provide feedback. An invite to our Slack channel can be found **[here](https://join.slack.com/t/a2osx/shared_invite/zt-ens62cl0-xeAFLjlRfUSMtzdc6o~Xew)**. If you would like to read all the past news articles for A2osX, you can read the news article found **[here](.Docs/News.md)**.