-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6a57ee
commit 5d05f4f
Showing
3 changed files
with
41 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
``` | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| Low Memory (the first MiB) | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x00000000 | 0x000003FF | 1 KiB | RAM - partially unusable | Real Mode IVT | | ||
| | | | | (Interrupt Vector Table) | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x00000400 | 0x000004FF | 256 bytes | RAM - partially unusable | BDA (BIOS data area) | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x00000500 | 0x00007BFF | almost 30 KiB | RAM (guaranteed free for use) | Conventional memory | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x00007C00 | 0x00007DFF | 512 bytes | RAM - partially unusable | Your OS BootSector | | ||
| (typical location) | | | | | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x00007E00 | 0x0007FFFF | 480.5 KiB | RAM (guaranteed free for use) | Conventional memory | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x00080000 | 0x0009FBFF | approximately 120 KiB, | RAM (free for use, if it exists) | Conventional memory | | ||
| | | depending on EBDA size | | | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x0009FC00 | 0x0009FFFF | 1 KiB | RAM (unusable) | EBDA (Extended BIOS | | ||
| (typical location) | | | | Data Area) | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
| 0x000A0000 | 0x000FFFFF | 384 KiB | various (unusable) | Video memory, ROM Area | | ||
-------------------------------------------------------------------------------------------------------------------------- | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters