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.
L.P. Os
-
- Member
- Posts: 44
- Joined: Thu Mar 10, 2005 12:00 am
Re: L.P. Os
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
Thanks
Re: L.P. Os
I strongly do not recommend to dev a kernel in Pascal....trust me.
<h2>-OSdev addict</h2>
-
- Member
- Posts: 44
- Joined: Thu Mar 10, 2005 12:00 am
Re: L.P. Os
Why not I know someone who wrote their whole OS in PASCAL.
Re: L.P. Os
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>
-
- Member
- Posts: 44
- Joined: Thu Mar 10, 2005 12:00 am
Re: L.P. Os
Are you sure? I mean its not that bad is it.
Re: L.P. Os
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>
-
- Member
- Posts: 44
- Joined: Thu Mar 10, 2005 12:00 am
Re: L.P. Os
I have 3 and ive installed 1(IDE) but they dont work even when I get the code write out of a book.