Page 1 of 1

kernel in Pascal but what compiler????

Posted: Thu Sep 27, 2001 3:11 am
by Woodtsock69
hi all,

i don't want to write all stuff in C/C++, Pascal is much more easy to understand.
but i don't found a compiler who generates me a plain 32bit binary with an .text offset of 0x0h.
do anyone have an idea where i can find such a compiler or a howto?
Thax in Advance.

Re: kernel in Pascal but what compiler????

Posted: Wed Nov 14, 2001 4:28 am
by Ranieri
FreePascal (look it up with google) produces COFF objects that can be linked with LD to produce flat binary files.
Pretty neat compiler, i reccomend you take a look at it.