What is ffreestanding
in gcc ? What is it used for ? I came across the following :
gcc -ffreestanding -m32 -c kernel.c -o kernel.o
and do not understand, what does it mean exactly.
What is ffreestanding
in gcc ? What is it used for ? I came across the following :
gcc -ffreestanding -m32 -c kernel.c -o kernel.o
and do not understand, what does it mean exactly.