1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

added integration with DOS 1.x

found out how to access the current volume list in AmigaDOS and
added a way to read this list, currently displays a portion of
the assign list in the file list
This commit is contained in:
Wei-ju Wu
2016-01-16 13:36:19 -08:00
parent 766df0d2ab
commit 037bf7bb4a
6 changed files with 193 additions and 63 deletions

View File

@ -7,6 +7,6 @@ all: main
clean:
rm -f *.o main
main: main.o filereq.o
main: main.o filereq.o dos13.o
$(CC) $(CFLAGS) $^ -lamiga -lauto -o $@