Re: real mode
Posted: Tue Mar 17, 2009 9:36 am
My current memory map is horrible (I'm writing an OS in real mode too):
I'm planning on going to this:
There will be four program spots for pausing and resuming programs as well as possibly a simple multitasking system in the future.
Code: Select all
1000:0000 +----------------+
| Second-stage |
| bootloader |
2000:0000 +----------------+
| Kernel and CLI |
2000:8000 +----------------+
| Program & data |
+----------------+
Code: Select all
1000:0000 +----------------+
| Second-stage |
| bootloader |
2000:0000 +----------------+
| Kernel and CLI |
3000:0000 +----------------+
| Program & data |
4000:0000 +----------------+
| Program & data |
5000:0000 +----------------+
| Program & data |
6000:0000 +----------------+
| Program & data |
+----------------+