From 0ae85caafdfd7dbd5cb9de03de0a7f6ddfc66d66 Mon Sep 17 00:00:00 2001 From: Shancang Li <shancang.li@uwe.ac.uk> Date: Tue, 13 Oct 2020 10:22:54 +0100 Subject: [PATCH] Update boot.s --- boot.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.s b/boot.s index d508bc9..786f4f0 100644 --- a/boot.s +++ b/boot.s @@ -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: -- GitLab