Changed console to write to both the buffer and the screen if currently active

This commit is contained in:
iDunnoDev
2022-12-12 16:40:38 +00:00
committed by iDunnoDev
parent 05c1a1fe28
commit 5b21654261
4 changed files with 107 additions and 65 deletions

View File

@ -11,6 +11,7 @@
#define LOGSIZE (MAXOPBLOCKS*3) // max data blocks in on-disk log
#define NBUF (MAXOPBLOCKS*3) // size of disk block cache
#define FSSIZE 1000 // size of file system in blocks
#define MAXVCONSOLES 10 // Max number of consoles that can be open
#define SCRWIDTH 80 // Numbers of characters across the screen
#define SCRHEIGHT 25 // Number of lines down the screen