gcc and nasm with homemade os
gcc and nasm with homemade os
is it possible to use gcc and nasm with a homemade OS with a FAT filesystem?
Re:gcc and nasm with homemade os
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
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/
For more information see: http://gcc.gnu.org/