Skip to content

Commit

Permalink
add the multiboot flag --quirk-bad-kludge
Browse files Browse the repository at this point in the history
required because our loader is only compiliant to multiboot 0.96
  • Loading branch information
stlankes committed Jan 1, 2021
1 parent 7673682 commit 0af5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test:image:
default=0
timeout=0
menuentry "httpd" {
multiboot /boot/loader -uart=io:0x3f8
multiboot --quirk-bad-kludge /boot/loader
module /boot/httpd
boot
}
Expand Down

0 comments on commit 0af5a3f

Please sign in to comment.