Fixed kernel stack comment

This commit is contained in:
Tomas Hruby 2010-03-18 16:18:22 +00:00
parent e595328986
commit a0602c06a3

View File

@ -753,8 +753,7 @@ reload_cr3:
.bss
/*
* this stack is used temporarily for booting only. We switch to a proper kernel
* stack after the first trap to kernel
* the kernel stack
*/
.globl k_boot_stktop
k_boot_stack: