Updated readme for 0.94 pre announcement

This commit is contained in:
Patrick Kloepfer 2020-05-24 14:22:59 -04:00
parent 74d854c22b
commit e92224f139
6 changed files with 35 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)**.