diff options
| author | marcel.braun <marcel.braun@ost.ch> | 2026-02-17 19:20:03 +0100 |
|---|---|---|
| committer | Lukas Oesch <lukasoesch20@gmail.com> | 2026-03-17 16:39:37 +0100 |
| commit | e32c889764b56aa0ed5373c07d0225c95ed502bb (patch) | |
| tree | 64facc826b9a12ff8ba7c9dd646a3d999fb05790 /arch/x86_64/src | |
| parent | bbbf8c9032a54da4115d57d2897f8bb0a698895b (diff) | |
| download | teachos-e32c889764b56aa0ed5373c07d0225c95ed502bb.tar.xz teachos-e32c889764b56aa0ed5373c07d0225c95ed502bb.zip | |
Add information request to multiboot.s
Diffstat (limited to 'arch/x86_64/src')
| -rw-r--r-- | arch/x86_64/src/boot/multiboot.s | 7 |
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 |
