This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
minix.fst
Watch
1
Star
0
Fork
0
You've already forked minix.fst
mirror of
https://github.com/ksherlock/minix.fst.git
synced
2025-01-13 13:30:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
61
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Kelvin Sherlock
7aa25334bc
fix read
2015-08-26 22:37:44 -04:00
.gitignore
not quite initial version...
2015-08-11 18:56:19 -04:00
close.aii
add volume name (case-sensitive) to vcr.
2015-08-23 21:41:48 -04:00
debug.aii
deugging
2015-08-26 13:31:23 -04:00
device.aii
always read 512-byte blocks.
2015-08-26 11:58:17 -04:00
fst.equ
remove device because it causes too much confusion. Just use driver's dev_num (is that safe?)
2015-08-26 09:07:32 -04:00
fst.macros
updates
2015-08-18 14:00:59 -04:00
get_dir_entry.aii
get dir entry debugging
2015-08-26 16:51:02 -04:00
get_eof.aii
add volume name (case-sensitive) to vcr.
2015-08-23 21:41:48 -04:00
get_file_info.aii
always read 512-byte blocks.
2015-08-26 11:58:17 -04:00
get_mark.aii
add volume name (case-sensitive) to vcr.
2015-08-23 21:41:48 -04:00
globals.aii
move disk_inode to global data to reduce pressure on dp size
2015-08-21 17:08:12 -04:00
gsos.equ
move case on to the makefile
2015-08-16 20:53:43 -04:00
hexdump2.text
notes on other file types
2015-08-12 12:00:01 -04:00
hexdump.text
not quite initial version...
2015-08-11 18:56:19 -04:00
id_disk.aii
always read 512-byte blocks.
2015-08-26 11:58:17 -04:00
main.aii
init vcr didn't init the device number properly...
2015-08-26 21:39:46 -04:00
Makefile
deugging
2015-08-26 13:31:23 -04:00
minix.equ
updates
2015-08-13 14:05:19 -04:00
open.aii
vcr now stores the volume name with a leading :. This simplifies everything (except vstrcmp)
2015-08-25 10:59:46 -04:00
p.equ
dirent...
2015-08-14 15:51:22 -04:00
params.aii
prodos 16 date/time
2015-08-24 14:42:07 -04:00
read.aii
fix read
2015-08-26 22:37:44 -04:00
records.equ
set mark
2015-08-18 14:00:29 -04:00
set_mark.aii
add volume name (case-sensitive) to vcr.
2015-08-23 21:41:48 -04:00
stubs.aii
move disk_inode to global data to reduce pressure on dp size
2015-08-21 17:08:12 -04:00
tables.aii
get_mark, get_eof
2015-08-17 10:48:27 -04:00
volume.aii
volume -- nzones is the total number of blocks.
2015-08-26 09:11:25 -04:00
Description
MINIX File System Translator
appleiigs
fst
gsos
iigs
minix
114
KiB
Languages
Makefile
100%