I am not petrified of Linux, I just don't like it.konacake wrote:I was trying to continue the discussion, I was saying OP is blindly afraid of MinGW of "what it might do" to your binary because you feel like it would be easier to make a whole new compiler/linker than just find out how an existing one works, an existing one pretty much everyone here uses at that (GCC, not specifically MinGW), all because you're so petrified of Linux
Unix Bashing
- mathematician
- Member
- Posts: 437
- Joined: Fri Dec 15, 2006 5:26 pm
- Location: Church Stretton Uk
Re: Custom Programming Language
The continuous image of a connected set is connected.
Re: Custom Programming Language
That didn't exactly address my points. The point is you don't know how MinGW works, so you automatically believe it "adds in gunk". You should learn how to use something before saying it doesn't work or worse, criticize it. If you like Watcom, fine, but don't say something doesn't work because you can't work it.mathematician wrote: I am not petrified of Linux, I just don't like it.
- mathematician
- Member
- Posts: 437
- Joined: Fri Dec 15, 2006 5:26 pm
- Location: Church Stretton Uk
Re: Custom Programming Language
You shouldn't have to fight tools, and I have no appetite for doing so.konacake wrote:That didn't exactly address my points. The point is you don't know how MinGW works, so you automatically believe it "adds in gunk". You should learn how to use something before saying it doesn't work or worse, criticize it. If you like Watcom, fine, but don't say something doesn't work because you can't work it.mathematician wrote: I am not petrified of Linux, I just don't like it.
The continuous image of a connected set is connected.
- AndrewAPrice
- Member
- Posts: 2298
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Re: Custom Programming Language
The Microsoft (free!) and Intel compilers run natively under Windows and can be used for osdeving. They output PE files, but it's not a big deal because it's no harder than dealing with ELF files. If it's really an issue, you can write a program that converts a PE file to your own binary file format, and that would be much simpler than writing an entire compiler yourself (which would also involve writing a linker that parses and produces binary files - so you're not avoiding that task).
My OS is Perception.
- Kazinsal
- Member
- Posts: 559
- Joined: Wed Jul 13, 2011 7:38 pm
- Libera.chat IRC: Kazinsal
- Location: Vancouver
- Contact:
Re: Custom Programming Language
Then you're not going to have any luck as an operating system developer.mathematician wrote:You shouldn't have to fight tools, and I have no appetite for doing so.
- Schol-R-LEA
- Member
- Posts: 1925
- Joined: Fri Oct 27, 2006 9:42 am
- Location: Athens, GA, USA
Re: Custom Programming Language
Actually, the primary model of NT was VMS, not Unix, though there were many Unix influences stemming from a half-hearted effort at POSIX compliance. But frankly. I'd rather not get into the arguments on this point. In the meanwhile, let me see what I can find to say about macrology.konacake wrote:I'm sure you're happy to know Windows NT was actually Microsoft's attempts at cloning Unix, and was designed by some Unix wizards.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.