Fix running on bochs by forcing x86 pentium codegen
This commit is contained in:
@@ -89,6 +89,7 @@ static void tss_init(void) {
|
||||
tss.fs = 0x10 | 0x3;
|
||||
tss.fs = 0x10 | 0x3;
|
||||
tss.ss = 0x10 | 0x3;
|
||||
tss.iomap = sizeof(tss);
|
||||
|
||||
tss_flush();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user