Dont know how to compile asm
Dont know how to compile asm
I've read through MenuetOS Source code and i changed over half of it but now when it comes to compiling i dont know how to compile all source to one. PLEASE Help Thx
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
If you are talking about kernel then there is one file that you need to open and compile with Fasmw (in Windows).
If you are talking about apps then you'll have to open each file with Fasmw and compile it separately or make .bat file in Windows(alternative to makefile in Linux).
If you decide to go with .bat then you should use 'fasm' program probably not 'fasmw'
I was taking about latest 32bit version
As you can see there are lots of IFs that you need to clarify. But hopefully you can do it on your own now.
If you are talking about apps then you'll have to open each file with Fasmw and compile it separately or make .bat file in Windows(alternative to makefile in Linux).
If you decide to go with .bat then you should use 'fasm' program probably not 'fasmw'
I was taking about latest 32bit version
As you can see there are lots of IFs that you need to clarify. But hopefully you can do it on your own now.