pritamzope / OS

Writing & Making Operating System and Kernel parts so simple like Hello World Programs, Starting from writing Bootloaders, Hello World Kernel, GDT, IDT, Terminal, Keyboard/Mouse, Memory Manager, HDD ATA R/W, VGA/VESA Graphics
http://createyourownos.blogspot.com
663 stars 103 forks source link

Needs update #16

Closed ghost closed 3 years ago

ghost commented 4 years ago

https://www.github.com/pritamzope/OS/tree/master/CPUInfo%2Fcpu_info_c%2Frun.sh

The first command to compile the boot.s fails. It says --32 not an option.

xing1357 commented 3 years ago

Can you give some more details in the error?

ajh123 commented 3 years ago

If your on MacOs then you need an i386-elf cross compiler

pritamzope commented 3 years ago

check which option you compiler is providing to assemble source code in 32 bit format. $ man as