pascal os development

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.
Dex4u

Re:pascal os development

Post by Dex4u »

No, I did not say any of that :P, it a freepascal OS that has most functions you would need to make a pascal pmode OS, take a look.
http://falconrybells.co.uk/AnonymOS.zip

PS: Can any one into pascal OS dev, post it on there site, as i may clear it off, in a week, also as its bean on a CD, it maybe read only, so you may after change that.
Crazed1234

Re:pascal os development

Post by Crazed1234 »

I'll post it soon.

Does anyone have a good idea how to get a new RTL written with Object Pascal capability?
Dex4u

Re:pascal os development

Post by Dex4u »

@Crazed1234,
I think the server lost the Thankyou bit in your reply.
Crazed123

Re:pascal os development

Post by Crazed123 »

Dex4u wrote: @Crazed1234,
I think the server lost the Thankyou bit in your reply.
My, how subtle of you. But correct all the same.

Thanks for that, and I'm posting it to the group. How exactly does one do that? Can't find the post file thingy.
kerim

Re:pascal os development

Post by kerim »

User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:pascal os development

Post by Pype.Clicker »

here are links to my three tutorials for complete Turbo Pascal OSDev beginners :
erhm. this is for 16-bits real mode turbopascal .EXEs loaded by alexei's loader. Just in case people might wish to know.
Dex4u

Re:pascal os development

Post by Dex4u »

Its a long time since using turbo pascal, but if i remember this will run with no dos, is this not better, than the example in the tuts ?.

Code: Select all

uses crt;
begin
  Clrscr;
  Writeln('Hello World !');
  Readln;
end.
kerim

Re:pascal os development

Post by kerim »

I'm not quite sure about that, but I know for sure that the example in the tutorials which is a low-level procedure will work. In that specific tutorial, I wanted to show that it is also possible to do low-level programming in TP.
Post Reply