diff options
Diffstat (limited to '')
| -rw-r--r-- | src/kdata.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kdata.asm b/src/kdata.asm index 13dc6dd..c2316b8 100644 --- a/src/kdata.asm +++ b/src/kdata.asm @@ -68,3 +68,5 @@ wBootFsFresh::DS 1 ; fs_init formatted a blank disk this boot wTicks:: DS 4 ; monotonic 64 Hz system tick (TimerISR), LE wTickTog:: DS 1 ; TimerISR fires at 128 Hz in double-speed mode; ; this toggle keeps wTicks counting at 64 Hz +wBatch:: DS 1 ; inside a sys_write: defer terminal tile rendering +wBatchDirty:: DS 1 ; batched console output happened (flush needed) |
