docs: minor update
This commit is contained in:
parent
f0c7d4bbdf
commit
c97a637ecd
|
@ -3,6 +3,10 @@ File: Introduction
|
|||
Section: Legacy
|
||||
|
||||
>
|
||||
> +------------+ multiboot
|
||||
> | GRUB |-------------+
|
||||
> +------------+ |
|
||||
> OR v
|
||||
> +------------+ +-------------+ +--------------+
|
||||
> | bootsector |------>| stpdldr.sys |------>| vmstupid.sys |
|
||||
> +------------+ +-------------+ +--------------+
|
||||
|
|
|
@ -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 +---------------+
|
||||
>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
struc
|
||||
{
|
||||
}
|
Loading…
Reference in a new issue