I was wanting to write an operating system... one with a GUI...(am I insane?) Any suggestions on where to start? or what languages to use??
Thanks!
Getting Started
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:Getting Started
i suggest you start searching for similar questions on the forum :p and some tutorials (bona fide ?) to see what's to be done ...
Re:Getting Started
Hi,
you'll need to learn Assembly and another high level language eg C,Pascal thats appropriate for system programming. And then you'll also need to gather info on the system architecture you want to write an os for eg Intel 386 docs,keyboard,vga etc
Most of all you'll have to be ready to try over and over again until the PC does what you expect it to do!!!!
It could be hard but its very rewarding to see your OS controlling the HARDWARE!!!!! ;D
Good LUCK!!
you'll need to learn Assembly and another high level language eg C,Pascal thats appropriate for system programming. And then you'll also need to gather info on the system architecture you want to write an os for eg Intel 386 docs,keyboard,vga etc
Most of all you'll have to be ready to try over and over again until the PC does what you expect it to do!!!!
It could be hard but its very rewarding to see your OS controlling the HARDWARE!!!!! ;D
Good LUCK!!