How can I make a real mode operating system?
- matias_beretta
- Member
- Posts: 101
- Joined: Mon Feb 26, 2007 3:39 pm
How can I make a real mode operating system?
How can I make a real mode operating system?
I know C and Assembler.
I know C and Assembler.
Hi,
I suggest you try http://www.osdev.org/wiki/Getting_Started followed by the rest of the wiki and also articles on http://www.osdever.net/ to start with.
I know this reply itself isn't much help, but the question you asked is so broad, it looks like you need to do some general reading first. Also, acquire the Intel Manuals.
Cheers,
Adam
I suggest you try http://www.osdev.org/wiki/Getting_Started followed by the rest of the wiki and also articles on http://www.osdever.net/ to start with.
I know this reply itself isn't much help, but the question you asked is so broad, it looks like you need to do some general reading first. Also, acquire the Intel Manuals.
Cheers,
Adam
I made a real OS, as a basic realmode OS tut, it a dos clone (called MiniDos) in less than 2k, written in ASM, you can get it here: http://board.flatassembler.net/topic.php?t=5275
Re: How can I make a real mode operating system?
Why would you want to make a real-mode only OS?matias_beretta wrote:How can I make a real mode operating system?
I know C and Assembler.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Re: How can I make a real mode operating system?
Oh Crazed123, Who wouldn't want to be able to address a full 1MB of RAM!!Crazed123 wrote:Why would you want to make a real-mode only OS?
For some strange reason people hate switching to protected mode..
...and clearer topic organisation?
Last edited by AJ on Wed Feb 28, 2007 6:48 am, edited 1 time in total.
yeah cause this is totally keepin on topic.... just ignore the creeping and it will get bored...Solar wrote:*meeeep* *meeeep* *meeeep*
ALERT! Topic Creep! ALERT!
*meeeep* *meeeep* *meeeep*
I defiently think we need a sticky for all the people who dont check the wiki straight away... and i advide the poster go read the wiki... then learn Assembly, hopefully in a book that talks about the BIOS, then writing it is as easy as writing a program for DOS...
Last edited by Tyler on Wed Feb 28, 2007 8:59 pm, edited 1 time in total.