aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authormarcel.braun <marcel.braun@ost.ch>2026-02-17 19:20:03 +0100
committerLukas Oesch <lukasoesch20@gmail.com>2026-03-17 16:39:37 +0100
commite32c889764b56aa0ed5373c07d0225c95ed502bb (patch)
tree64facc826b9a12ff8ba7c9dd646a3d999fb05790 /arch
parentbbbf8c9032a54da4115d57d2897f8bb0a698895b (diff)
downloadteachos-e32c889764b56aa0ed5373c07d0225c95ed502bb.tar.xz
teachos-e32c889764b56aa0ed5373c07d0225c95ed502bb.zip
Add information request to multiboot.s
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/src/boot/multiboot.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86_64/src/boot/multiboot.s b/arch/x86_64/src/boot/multiboot.s
index 7ccca56..37d8afe 100644
--- a/arch/x86_64/src/boot/multiboot.s
+++ b/arch/x86_64/src/boot/multiboot.s
@@ -18,6 +18,13 @@ multiboot_header_start:
.long 3
.Lflags_end:
.align 8
+.Linformation_request_start:
+ .word 1
+ .word 0
+ .long .Linformation_request_end - .Linformation_request_start
+ .long 3
+.Linformation_request_end:
+.align 8
.Lend_start:
.word 0
.word 0