User:Zesterer/Bare Bones: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 124:
// If, by some mysterious circumstances, the kernel's C code ever returns, all we want to do is to hang the CPU
hang:
cli // Disable CPU interrupts
hlt // Halt the CPU
jmp hang // If that didn't work, loop around and try again.
35

edits