Added TSS and code to enter user mode (kind of).

This commit is contained in:
2024-01-19 09:42:58 +01:00
parent 355b1641bd
commit d711938821
4 changed files with 113 additions and 7 deletions

View File

@@ -1,4 +1,6 @@
extern "C" void main()
{
// __asm__ __volatile__("cli");
while(true);
}