]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/arch/x86/misc.cc
Lots of stuff.
[polintos/scott/priv.git] / kernel / arch / x86 / misc.cc
index 9ec7ebcd5f52705def2b17d9eb26e4dda530d8f1..ffc774e5ea9c5a4461795d2ba0701768e1fc401d 100644 (file)
@@ -94,7 +94,7 @@ namespace Arch {
                
                Priv::tss.ss0 = 8;
                asm volatile("ltr %w0" : : "r" (0x18) : "memory");
-               init_thread->addr_space = new Mem::AddrSpace(x86_init_ptbl_l2);
+               init_thread->addr_space = new Mem::ProcAddrSpace(x86_init_ptbl_l2);
                init_thread->active_addr_space = init_thread->addr_space;
        }