diff options
Diffstat (limited to 'src/kdata.asm')
| -rw-r--r-- | src/kdata.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kdata.asm b/src/kdata.asm index 6c520dd..6333f38 100644 --- a/src/kdata.asm +++ b/src/kdata.asm @@ -56,6 +56,7 @@ wFsPath:: DS 40 ; kernel-side copy of a path argument wFsSlashPtr::DS 2 ; last '/' seen while splitting a path wListDir:: DS 1 ; directory sys_list enumerates wKChar:: DS 1 ; scratch for KPutc +wConInSkip:: DS 1 ; console input: mid-SLIP-frame? (skip net packets) wKillParent::DS 1 ; scratch for sys_kill wPsBuf:: DS 2 ; scratch for sys_ps wPnStart:: DS 2 ; scratch for sys_progname |
