diff options
Diffstat (limited to 'src/kdata.asm')
| -rw-r--r-- | src/kdata.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/kdata.asm b/src/kdata.asm index 5b91030..9aca466 100644 --- a/src/kdata.asm +++ b/src/kdata.asm @@ -38,3 +38,10 @@ wExitParentPid:: DS 1 wWaitMyPid:: DS 1 wWaitRetPid:: DS 1 wWaitRetCode:: DS 1 + +; filesystem: open-file table + scratch +wOFTable:: DS OF_MAX * OF_SIZE +wFsMode:: DS 1 +wFsSlot:: DS 1 +wFsByte:: DS 1 +wFsOFPtr:: DS 2 |
