You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 8 years ago | |
Makefile | 8 years ago | |
README.md | 6 years ago | |
close.aii | 8 years ago | |
debug.aii | 8 years ago | |
device.aii | 8 years ago | |
flush.aii | 8 years ago | |
fst.equ | 8 years ago | |
fst.macros | 8 years ago | |
get_dev_num.aii | 8 years ago | |
get_dir_entry.aii | 7 years ago | |
get_eof.aii | 8 years ago | |
get_file_info.aii | 8 years ago | |
get_mark.aii | 8 years ago | |
globals.aii | 8 years ago | |
gsos.equ | 8 years ago | |
hexdump.text | 8 years ago | |
hexdump2.text | 8 years ago | |
id_disk.aii | 8 years ago | |
judge_name.aii | 8 years ago | |
main.aii | 8 years ago | |
minix.equ | 8 years ago | |
open.aii | 8 years ago | |
p.equ | 8 years ago | |
params.aii | 8 years ago | |
read.aii | 3 years ago | |
records.equ | 7 years ago | |
set_mark.aii | 8 years ago | |
stat.equ | 8 years ago | |
stubs.aii | 8 years ago | |
tables.aii | 8 years ago | |
volume.aii | 8 years ago |
README.md
Minix FST
9/13/2015
This is a read-only FST for the Minix v1 and v1L (linux extended) file system.
Known issues:
VolumeGS:
-
Always reports 0 free blocks.
-
Since minix doesn't support volume labels (I plan to extend to do so eventually), all disks are named "minix". This implies only 1 minix disk may be mounted at a time.
ReadGS / GetDirEntryGS:
- Only the first 7K of a file may be read.
General:
-
I haven't quite figured out the proper way to handle disk swapping (all FSTs seem to do it different). For now, it's probably best if you just avoid swapping disks while a file is open :).
-
ProDOS 16 versions of the calls haven't been extensively tested.
Non-FST Bugs:
-
StdFileDialog (Save) reports 65536 free of 800k
-
Finder windows display garbage for the FST name (should be fixed in GS.OS 6.0.4 :)