[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GS/OS: looking for info on VCB and FCB
The preliminary documentation describes some of these calls.
I've marked the ones that appear in the "GS/OS System Service Calls ERS"
document I have.
- Some of the calls are only minimally documented.
- There is no guarantee the calls function the same way in the release
versions of GS/OS.
I'll see if I can get a scan of the section of the manual - it's certainly
too long to type in! :-)
--
Peter Watson
-- Write to MS-DOS disks on the Apple IIgs?
-- Impossible! ;-)
"Toinet" <antoine.vignau@laposte.net> wrote in message
1190573514.341189.294910@19g2000hsx.googlegroups.com">news:1190573514.341189.294910@19g2000hsx.googlegroups.com...
> There are a few other calls that are not documented on the GS/OS
> Device Driver Reference book (I have documented some of them above) :
>
> - DEV_DISPATCHER ($01FC00)
In ERS
> - CACHE_INIT ($01FC0C)
In ERS
> - CACHE_SHUTDOWN ($01FC10)
In ERS
> - ALLOC_VCR ($01FC24)
In ERS
> - RELEASE_VCR ($01FC28)
In ERS
> - ALLOC_FCR ($01FC2C)
In ERS
> - RELEASE_FCR ($01FC30)
In ERS
> - GET_SYS_GBUF ($01FC3C)
> - SYS_EXIT ($01FC40)
> - SYS_DEATH ($01FC44)
> - FIND_VCR ($01FC48)
In ERS
> - FIND_FCR ($01FC4C)
In ERS
> - CACHE_LOCK ($01FC54)
> - RENAME_VCR ($01FC58)
In ERS
> - RENAME_FCR ($01FC5C)
In ERS> - GET_VCR ($01FC60)
> - GET_FCR ($01FC64)
> - CVT_0TO1 ($01FC74)
> - CVT_1TO0 ($01FC78)
> - GET_BOOT_PFX ($01FCAC)
> - SET_BOOT_PFX ($01FCB0)
>
> There are other system service calls that remain "unexplained":
> - $01FC7C
> - $01FC80
> - $01FC84
> - $01FC8C
> - $01FC94
> - $01FC98
> - $01FC9C
> - $01FCA0
> - $01FCB4
> - $01FCB8
> - $01FCC0
> - $01FCC4
> - $01FCC8
> - $01FCCC
> - $01FCD0
> - $01FCD4
> - $01FCDC
> - $01FCE0
>
> There are structures that have not been documented either:
> - Volume Control Record
> - File Control Record
> The goal of the structures is to keep information on volumes and files
> for the FSTs and GS/OS. The structure is not similar to the same ones
> described on Inside Mac volume 4.