OS-Reference icon indicating copy to clipboard operation
OS-Reference copied to clipboard

Results 7 OS-Reference issues
Sort by recently updated
recently updated
newest added

In the 7th episode i think i did everything right but i'm still getting this error: "i386-elf-ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000" when using this command:...

i had a small mistake in the process of learning github

people will read it

thanks for merging my another request

and i dont know what i wrote im nothing understanding it so pls fix

`ld: unknown option: -Ttext` I'm using Intel MacOS Sonoma.

[I think I fixed it](https://www.youtube.com/watch?v=EpFUzjYehxs&t=98s) **Problem:** GCC won't compile the kernel unless its code is placed in a .cpp file From [OSDev Wiki](https://wiki.osdev.org/Bare_Bones): ```"Writing a kernel in C++ is easy....