diff --git a/boot/README.org b/boot/README.org deleted file mode 100644 index b8b91ba..0000000 --- a/boot/README.org +++ /dev/null @@ -1,33 +0,0 @@ -#+TITLE: StupidOS Bootloader - -#+begin_src -0x100000 +-----------------------+ - | | - | Reserved | - | | -0x080000 +-----------------------+ - | | - | Kernel preload | - | | -0x00F000 +-----------------------+ - | | - | buffer | - | | -0x008000 +-----------------------+ - | | - | bootsector | - | | -0x007000 +-----------------------+ - | | - | Real mode stack | - | | -0x006000 +-----------------------+ - | | - | stpdldr.sys | - | | -0x001000 +-----------------------+ - | | - | Reserved (BIOS & IVT) | - | | -0x000000 +-----------------------+ -#+end_src diff --git a/boot/intro.txt b/boot/intro.txt index fdeee1b..b3cba46 100644 --- a/boot/intro.txt +++ b/boot/intro.txt @@ -1,18 +1,49 @@ File: Introduction -About: Legacy +Section: Legacy > -> +------------+ -> | bootsector |---+ -> +------------+ | +-------------+ +--------------+ -> +------>| stpdldr.sys |------>| vmstupid.sys | -> +-----------+ | +-------------+ +--------------+ -> | multiboot |----+ -> +-----------+ -> +> +------------+ +-------------+ +--------------+ +> | bootsector |------>| stpdldr.sys |------>| vmstupid.sys | +> +------------+ +-------------+ +--------------+ +> -About: UEFI +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) > > +--------------+ +--------------+