kernel in Pascal but what compiler????

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Woodtsock69

kernel in Pascal but what compiler????

Post 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.
Ranieri

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

Post 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.
Post Reply