GRUB Error 28: Selected item cannot fit in memory
Posted: Tue Oct 12, 2021 12:39 pm
Hi everyone.
I've just started my first serious attempt at os development and I already set up a cmake system for the os. But now when I try adding C scripts, I get this error:
I already looked for possible solutions but none of them worked for me. The kernel itself looks fine though and the multiboot header is also working so I don't really have any idea why this error does occur.
The repo with all the code is here: https://github.com/ClemensU42/ShadowOS
I've just started my first serious attempt at os development and I already set up a cmake system for the os. But now when I try adding C scripts, I get this error:
Code: Select all
kernel /boot/kernel.elf
[Multiboot-elf, <0xff000:0x154:0x0>
Error 28: Selected item cannot fit into memory
The repo with all the code is here: https://github.com/ClemensU42/ShadowOS