Kernel: Fix triple-fault in vitual tty

This was happening when printing non-utf8 data while having virtual tty
as the debug console.
This commit is contained in:
2024-12-09 03:35:51 +02:00
parent 3ae6ffdb01
commit 12a37500b0
2 changed files with 14 additions and 11 deletions

View File

@@ -47,6 +47,7 @@
#define BOCHS_BREAK() asm volatile("xchgw %bx, %bx")
#define DEBUG_VTTY 1
#define DEBUG_PCI 0
#define DEBUG_SCHEDULER 0