]> git.dujemihanovic.xyz Git - nameless-os.git/blob - kernel/arch/x86/halt.s
Separate generic and arch-specific headers
[nameless-os.git] / kernel / arch / x86 / halt.s
1 ; x86-specific routine for halting
2
3 bits 32
4 global halt
5
6 halt:
7 cli
8 hlt
9 jmp $-1