Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
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:
kernel /boot/kernel.elf
[Multiboot-elf, <0xff000:0x154:0x0>
Error 28: Selected item cannot fit into memory
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.