personal OS project

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Tristan Penman

personal OS project

Post by Tristan Penman »

Hello.

I am doing some planning for the development of a simple command line OS, which I am planning to call OS/e. I was hoping that there were some people here who had done a similar project who could offer warnings/advice about how I should do this.

I have a pretty good grip of assembly language for x86 and I am good in other languages too.

Any assistance would be appreciated.

-Tristan Penman
Piotr Sejfried

Re:personal OS project

Post by Piotr Sejfried »

Hello,

I've thesame idea and I need help in my OS.
I wrote simple OS but now I try to write
multitasking/multithreading kernel to it.
OS is wrote in TMT Pascal (32 bit PMode - DPMI) and Assembler. Would you like to help me?

I'm waiting for your reply

Best Regards
Peter
Tristan Penman

Re:personal OS project

Post by Tristan Penman »

I would be interested in working on joint project like this. So far, I have written some simple 16-bit console code which is almost complete.

I haven't managed to get pmode to work in my code, so I was going get the os fundamentals worked out, then rewrite a new version using pmode code.

however, if you have working pmode loader, I would be interested in working on the os.

-Tristan ([email protected])
Post Reply