StupidOS/boot/intro.txt

57 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

File: Introduction
Section: Legacy
2024-04-02 10:03:47 +00:00
>
2024-07-05 05:52:26 +00:00
> +------------+ multiboot
> | GRUB |-------------+
> +------------+ |
> OR v
> +------------+ +-------------+ +--------------+
> | 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 |
> +--------------+ +--------------+
>