Its been a long time since I posted in this forum, I have lost the intrest/gave-up in OS programming. Now, it has come back, and I think I'm more prepared than ever. I am now learning assembly, C/C++ (going over it again), and Pascal.
Anyways, I know that I can use Pascal to make a basic kernal, because I have done it before. By basic, I mean Basic, like printing stuff to the screen..
Here is what I use so far, but when the bootstrap loader loads this "program" It simply dosen't do anything.
I remember, when I got help last time, my helper told me that I had DOS interprets, he simply modified a line and it worked...
Here is my code:
Code: Select all
begin
writeln ('Hello, world.');
readln
end.
Thanks for reading this large post and answering if you do know whats wrong