L.P. Os

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
DruG5t0r3
Member
Member
Posts: 29
Joined: Thu Mar 24, 2005 12:00 am
Contact:

Re: L.P. Os

Post 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.
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: L.P. Os

Post 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
DruG5t0r3
Member
Member
Posts: 29
Joined: Thu Mar 24, 2005 12:00 am
Contact:

Re: L.P. Os

Post by DruG5t0r3 »

I strongly do not recommend to dev a kernel in Pascal....trust me.
<h2>-OSdev addict</h2>
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: L.P. Os

Post by trey_monty »

Why not I know someone who wrote their whole OS in PASCAL.
DruG5t0r3
Member
Member
Posts: 29
Joined: Thu Mar 24, 2005 12:00 am
Contact:

Re: L.P. Os

Post 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.
<h2>-OSdev addict</h2>
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: L.P. Os

Post by trey_monty »

Are you sure? I mean its not that bad is it.
DruG5t0r3
Member
Member
Posts: 29
Joined: Thu Mar 24, 2005 12:00 am
Contact:

Re: L.P. Os

Post 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.
<h2>-OSdev addict</h2>
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: L.P. Os

Post 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.
Post Reply