Page 2 of 2

Re: L.P. Os

Posted: Mon Mar 28, 2005 12:00 am
by DruG5t0r3
I don't want to turn you down.....BUT....you're really far from developing an OS.

all that stuff like renaming files and etc...there all OS dependant. You'll have to code the function that renames the file itself....and design the fs on top of that.

Re: L.P. Os

Posted: Mon Mar 28, 2005 12:00 am
by trey_monty
Well, I learned some C but I cannot stnd compilers they always say it did not work and i got sick of it. So I decided to learn PASCAL I have an IDE from bloodshed software, but it also gave me a did not work thing so I got a new compiler called Turbo PASCAl 6. Im interested in yer kernel my email adress is [email protected]

Thanks

Re: L.P. Os

Posted: Mon Mar 28, 2005 12:00 am
by DruG5t0r3
I strongly do not recommend to dev a kernel in Pascal....trust me.

Re: L.P. Os

Posted: Tue Mar 29, 2005 12:00 am
by trey_monty
Why not I know someone who wrote their whole OS in PASCAL.

Re: L.P. Os

Posted: Tue Mar 29, 2005 12:00 am
by DruG5t0r3
pretty much because it's slower, not as scalable and when you get to the point where you'll need to import some other code into the system...you'll be stuck.

Re: L.P. Os

Posted: Tue Mar 29, 2005 12:00 am
by trey_monty
Are you sure? I mean its not that bad is it.

Re: L.P. Os

Posted: Wed Mar 30, 2005 12:00 am
by DruG5t0r3
Well according to the other post you've made, you don't even have a pascal compiler....so I guess you really don't know.

Re: L.P. Os

Posted: Wed Mar 30, 2005 12:00 am
by trey_monty
I have 3 and ive installed 1(IDE) but they dont work even when I get the code write out of a book.