arjun024 / mkernel

A minimalist kernel
https://arjunsreedharan.org/post/82710718100/kernels-101-lets-write-a-kernel
GNU General Public License v2.0
1.34k stars 162 forks source link

You should be using a cross-compiler #13

Open ghost opened 6 years ago

ghost commented 6 years ago

The tutorial seems to be assuming the use of a hosted compiler, but if anyone wants to do serious development you should be using a cross-compiler or you will run into problems.

Killaship commented 2 years ago

I use a system compiler, and I do OSdev with it and it works fine. Don't say stuff like you WILL run into problems. You just copy pasted from the OSdev wiki and opened an issue that hardly even has anything to do with the project. This isn't serious development, you don't need a cross compiler.