StupidOS/boot/intro.txt

54 lines
1.4 KiB
Plaintext
Raw Normal View History

File: Introduction
Section: Legacy
2024-04-02 10:03:47 +00:00
>
> +------------+ +-------------+ +--------------+
> | bootsector |------>| stpdldr.sys |------>| vmstupid.sys |
> +------------+ +-------------+ +--------------+
>
About: Memory Map
>
> 0x100000 +-----------------------+
> | |
> | Reserved |
> | |
> 0x080000 +-----------------------+
> | |
> | Kernel preload |
> | |
> 0x00F000 +-----------------------+
> | |
> | buffer |
> | |
> 0x008000 +-----------------------+
> | |
> | bootsector |
> | |
> 0x007000 +-----------------------+
> | |
> | Real mode stack |
> | |
> 0x006000 +-----------------------+
> | |
> | stpdldr.sys |
> | |
> 0x001000 +-----------------------+
> | |
> | Reserved (BIOS & IVT) |
> | |
> 0x000000 +-----------------------+
>
Section: UEFI (IA32)
2024-04-02 10:03:47 +00:00
>
> +--------------+ +--------------+
> | BOOTIA32.EFI |----->| vmstupid.sys |
> +--------------+ +--------------+
>
2024-04-28 06:41:36 +00:00