mell-o-tron / OS-Reference

80 stars 17 forks source link

Update run.sh - use regular gcc and ld #8

Closed Its-Just-Nans closed 1 year ago

Its-Just-Nans commented 1 year ago

use regular gcc and ld

src:

Its-Just-Nans commented 1 year ago

fantastic tutorial btw !

mell-o-tron commented 1 year ago

Thanks for the contribution!

I don't think this works on architectures other than x86 though, and using a cross-compiler is very important:

https://wiki.osdev.org/Why_do_I_need_a_Cross_Compiler%3F

Its-Just-Nans commented 1 year ago

Oops my bad, sorry