Hey guys I need a little help,
I'm trying to learn about operating systems.
I have an old AMD Athlon PC which I'd like to format and then write a simple operating system for.
How do I get started? I know both assembly and C++ and I intend to write in those languages using a laptop and then upload to the formatted PC.
I presume I will need a compiler that will be compatable with my Athlon PC. Where can I get one?
If anyone has any advice on how to proceed I'd much appreciate it.
Thanks.
Question about writing a PC operating system
- xenos
- Member
- Posts: 1121
- Joined: Thu Aug 11, 2005 11:00 pm
- Libera.chat IRC: xenos1984
- Location: Tartu, Estonia
- Contact:
Re: Question about writing a PC operating system
Have a look at http://www.mega-tokyo.com/osfaq2. It is a good help for beginners.
Re: Question about writing a PC operating system
Also, a quick search or lookback through the forums will yield much information.
Myth OS is awaiting a revival ...
Re: Question about writing a PC operating system
Thanks guys, I'll check those things out.