Page 3 of 3
Re:pascal os development
Posted: Wed Jun 22, 2005 10:38 am
by Dex4u
No, I did not say any of that
, 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.
Re:pascal os development
Posted: Wed Jun 22, 2005 3:54 pm
by Crazed1234
I'll post it soon.
Does anyone have a good idea how to get a new RTL written with Object Pascal capability?
Re:pascal os development
Posted: Thu Jun 23, 2005 3:28 am
by Dex4u
@Crazed1234,
I think the server lost the Thankyou bit in your reply.
Re:pascal os development
Posted: Thu Jun 23, 2005 3:03 pm
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.
Re:pascal os development
Posted: Sun Jul 03, 2005 3:30 pm
by kerim
Re:pascal os development
Posted: Mon Jul 04, 2005 1:29 am
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.
Re:pascal os development
Posted: Mon Jul 04, 2005 7:49 am
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.
Re:pascal os development
Posted: Mon Jul 04, 2005 3:52 pm
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.