Skip to content

Commit

Permalink
add ready-made disk images to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fachat committed Sep 22, 2023
1 parent 69ce203 commit d42861b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,20 @@ They should also assemble for other lib6502 operating systems.
*sysapps* holds OS/A65 specific programs, like the slipd, or the
filesystem servers.

== Ports

The previous directories are very independent from the actual system architecture.
The *arch* directory holds the architecture specific parts. It contains a directory
for each supported architecture. "proto" holds a prototype architecture
that can be used for porting.

Here you can find the current set of disk images for the currently active ports:

* link:arch/pet32k/boot/osa.d64[PET 32k osa.d64]
* link:arch/cbm8x96/boot/osa.d64[CBM 8x96 osa.d64]
* link:arch/csa65/boot/osa.d64[CS/A65 osa.d64]
* link:arch/c64/boot/osa.d64[C64 osa.d64]

Have fun!

22sept2023 André Fachat
Expand Down
2 changes: 1 addition & 1 deletion arch/c64/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ boot: boot.a65
${XA} boot.a65 -o boot

clean:
rm -f c64rom boot osa.d64 osa.x64
rm -f c64rom boot osa.x64
rm -f ${sysapps}
rm -f vice.trace reltest

Expand Down
Binary file added arch/c64/boot/osa.d64
Binary file not shown.
2 changes: 1 addition & 1 deletion arch/cbm8x96/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rom:
(cd ..; ${MAKE};)

clean:
rm -f rom romld.bin osa.d64 osa.x64
rm -f rom romld.bin osa.x64
rm -f ${sysapps}
rm -f vice.trace reltest
rm -f monitor.log
Expand Down
Binary file added arch/cbm8x96/boot/osa.d64
Binary file not shown.
4 changes: 2 additions & 2 deletions arch/csa65/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ inirom: inirom.a65
if [ $$? -ne 0 ]; then rm -f inirom; fi)

clean:
rm -f csarom csakernel csalib boot inirom osa.d64 loader
rm -f csakernel_romtest.bin csakernel.bin csarom.bin csalib.bin osa.d64 osa_romtest.d64
rm -f csarom csakernel csalib boot inirom loader
rm -f csakernel_romtest.bin csakernel.bin csarom.bin csalib.bin osa_romtest.d64
rm -f csakernel_romtest prom prom_romtest
rm -f csarom_romtest csarom_romtest.bin

Expand Down
Binary file added arch/csa65/boot/osa.d64
Binary file not shown.
2 changes: 1 addition & 1 deletion arch/pet32k/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ loader: loader.bas
petcat -w40 -o loader loader.bas

clean:
rm -f rom osa.d64 osam.d64 loader
rm -f rom osam.d64 loader
rm -f ${sysapps}
rm -f vice.trace reltest

Expand Down
Binary file added arch/pet32k/boot/osa.d64
Binary file not shown.

0 comments on commit d42861b

Please sign in to comment.