gcc and nasm with homemade os

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
slacker

gcc and nasm with homemade os

Post by slacker »

is it possible to use gcc and nasm with a homemade OS with a FAT filesystem?
Slasher

Re:gcc and nasm with homemade os

Post 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.
surya4friends

Re:gcc and nasm with homemade os

Post 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/
Post Reply