Question about writing a PC operating system

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
teddy
Posts: 2
Joined: Wed May 31, 2006 11:00 pm

Question about writing a PC operating system

Post by teddy »

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.
User avatar
xenos
Member
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

Post by xenos »

Have a look at http://www.mega-tokyo.com/osfaq2. It is a good help for beginners.
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
User avatar
Daedalus
Member
Member
Posts: 74
Joined: Sun Oct 16, 2005 11:00 pm
Location: Australia
Contact:

Re: Question about writing a PC operating system

Post by Daedalus »

Also, a quick search or lookback through the forums will yield much information.
Myth OS is awaiting a revival ...
teddy
Posts: 2
Joined: Wed May 31, 2006 11:00 pm

Re: Question about writing a PC operating system

Post by teddy »

Thanks guys, I'll check those things out.
Post Reply