docs: minor update

This commit is contained in:
d0p1 🏳️‍⚧️ 2024-07-05 07:52:26 +02:00
parent f0c7d4bbdf
commit c97a637ecd
3 changed files with 29 additions and 20 deletions

View file

@ -3,6 +3,10 @@ File: Introduction
Section: Legacy
>
> +------------+ multiboot
> | GRUB |-------------+
> +------------+ |
> OR v
> +------------+ +-------------+ +--------------+
> | bootsector |------>| stpdldr.sys |------>| vmstupid.sys |
> +------------+ +-------------+ +--------------+

View file

@ -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 +---------------+
>

View file

@ -0,0 +1,3 @@
struc
{
}