This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Description
I noticed that intermezzOS doesn't compile anymore due to this commit that makes xargo require the "linker-flavor" argument in the x86_64-unknown-intermezzos-gnu.json file.
Once added the line "linker-flavor": "ld", it started compiling, but I was still getting errors, that led me to add another line "linker": "ld",.
Now it compiles just fine, but when I try to make run grub returns this error:
error: no multiboot header found
error: you need to load the kernel first
Can anyone help me? :)