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 Section: Legacy
> >
> +------------+ multiboot
> | GRUB |-------------+
> +------------+ |
> OR v
> +------------+ +-------------+ +--------------+ > +------------+ +-------------+ +--------------+
> | bootsector |------>| stpdldr.sys |------>| vmstupid.sys | > | bootsector |------>| stpdldr.sys |------>| vmstupid.sys |
> +------------+ +-------------+ +--------------+ > +------------+ +-------------+ +--------------+

View file

@ -1,22 +1,24 @@
File: Introduction
About: kernel memory map About: kernel memory map
> >
> Physical map > Physical map
> +---------------+ > +---------------+
> | | > | |
> +---------------+ > +---------------+
> | ISA hole ? | > | ISA hole ? |
> 0x00F00000 +---------------+ > 0x00F00000 +---------------+
> | RAM | > | RAM |
> +---------------+ > +---------------+
> | kernel | > | kernel |
> 0x00100000 +---------------+ > 0x00100000 +---------------+
> | ROM | > | ROM |
> 0x000BFFFF +---------------+ > 0x000BFFFF +---------------+
> | video display | > | video display |
> | memory | > | memory |
> 0x0009FFFF +---------------+ > 0x0009FFFF +---------------+
> | RAM | > | RAM |
> | | > | |
> 0x00000000 +---------------+ > 0x00000000 +---------------+
> >

View file

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