From 8913568be10385abdba07285162506a36827e16e Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Mon, 14 Oct 2024 21:43:20 +0200 Subject: kernel: small bug fixes --- kernel/cpu/isr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/cpu') diff --git a/kernel/cpu/isr.s b/kernel/cpu/isr.s index 9fca13c..09fcc24 100644 --- a/kernel/cpu/isr.s +++ b/kernel/cpu/isr.s @@ -2,7 +2,7 @@ .section .text # Due to x86 not giving the interrupt number these isr stubs are # created. This is to allow a general isr stub for all interrupts. This -# stub will act as a # multiplexer to the correct interrupt. +# stub will act as a multiplexer to the correct interrupt. .macro ISR_NOERRCODE num .global isr\num isr\num: -- cgit v1.2.3