Pascal & OS Dev

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
0rb1t

Pascal & OS Dev

Post by 0rb1t »

How to get a simple bin file by FPC (FreePascalCompiller) ?
Chase

RE:Pascal & OS Dev

Post by Chase »

Looks like you can use the command line option -Axxx and specify different object file types as the output. At that point you should be able to use a standard linker.

http://www.freepascal.org/docs-html/use ... 0000000000
Post Reply