Search found 1 match
- Mon Jun 29, 2009 4:51 pm
- Forum: Beginning OS Development
- Topic: compailing tutorials in linux
- Replies: 5
- Views: 28388
Re: compailing tutorials in linux
// Second you need gcc, makefile, ld, ld script and asm competences The native Linux gcc/binutils can't produce PE executables, you'll need MinGW and you'll have to rewrite the whole inline assembly code. If you want to get started with gcc/mingw inline assembly then this page is a pretty good place...