Skip to content

Commit

Permalink
docs: minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
d0p1s4m4 committed Jul 5, 2024
1 parent f0c7d4b commit c97a637
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 20 deletions.
4 changes: 4 additions & 0 deletions boot/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ File: Introduction
Section: Legacy

>
> +------------+ multiboot
> | GRUB |-------------+
> +------------+ |
> OR v
> +------------+ +-------------+ +--------------+
> | bootsector |------>| stpdldr.sys |------>| vmstupid.sys |
> +------------+ +-------------+ +--------------+
Expand Down
42 changes: 22 additions & 20 deletions kernel/intro.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
File: Introduction

About: kernel memory map

>
> Physical map
> +---------------+
> | |
> +---------------+
> | ISA hole ? |
> 0x00F00000 +---------------+
> | RAM |
> +---------------+
> | kernel |
> 0x00100000 +---------------+
> | ROM |
> 0x000BFFFF +---------------+
> | video display |
> | memory |
> 0x0009FFFF +---------------+
> | RAM |
> | |
> 0x00000000 +---------------+
>
>
> Physical map
> +---------------+
> | |
> +---------------+
> | ISA hole ? |
> 0x00F00000 +---------------+
> | RAM |
> +---------------+
> | kernel |
> 0x00100000 +---------------+
> | ROM |
> 0x000BFFFF +---------------+
> | video display |
> | memory |
> 0x0009FFFF +---------------+
> | RAM |
> | |
> 0x00000000 +---------------+
>
3 changes: 3 additions & 0 deletions kernel/mm/pmm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
struc
{
}

0 comments on commit c97a637

Please sign in to comment.