Board index » delphi » Making binary files in pascal for an OS

Making binary files in pascal for an OS

Ive started playing around writing my own OS. So far its all in NASM and ive
come to the end of my asm knowledge (which is not very far) and Ive always
liked pascal, how do i compile my pas files into a bin file? so i can
execute it after its copied into memory?
 

Re:Making binary files in pascal for an OS


Quote
Peter Murray wrote:
> Ive started playing around writing my own OS. So far its all in NASM and ive
> come to the end of my asm knowledge (which is not very far) and Ive always
> liked pascal, how do i compile my pas files into a bin file? so i can
> execute it after its copied into memory?

Maybe EXE2BIN will help you? Look at your DOS if you have one if it
includes this. In later versions it was not included anymore. Otherwise
some search with Google will give you links to similar utilities.

Greetings

Markus

Re:Making binary files in pascal for an OS


Re:Making binary files in pascal for an OS


Ive got some programs to do it now but they all go on about "Direct segment
references" and "Relocatable items"
any sugestions?

Other Threads