Skip to content
Snippets Groups Projects
Commit 0ae85caa authored by Shancang Li's avatar Shancang Li
Browse files

Update boot.s

parent 1cc49937
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ _start:
# to disable interrupts, the halt instruction ('hlt') to stop the CPU until
# the next interrupt arrives, and jumping to the halt instruction if it ever
# continues execution, just to be safe. We will create a local label rather
# than real symbol and jump to there endlessly.
# than real symbol and jump to there endlessly.
cli
hlt
.Lhang:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment