Page 1 of 1

gcc and nasm with homemade os

Posted: Sun Mar 09, 2003 4:18 pm
by slacker
is it possible to use gcc and nasm with a homemade OS with a FAT filesystem?

Re:gcc and nasm with homemade os

Posted: Sun Mar 09, 2003 4:30 pm
by Slasher
You will have to change system specific calls in gcc and NASM to use those of the new OS before it will work. Get the source codes and implementation docs and see what has to be changed.

Re:gcc and nasm with homemade os

Posted: Mon Mar 10, 2003 4:25 am
by surya4friends
That depends upon what you need to link! In many cases Libc is ported to targetted platform to use applications developed with GCC.

For more information see: http://gcc.gnu.org/