StupidOS/boot
2024-04-04 12:13:02 +02:00
..
bootsect build: 1.44MB and 2.88MB floppy 2024-04-04 12:13:02 +02:00
common build: 1.44MB and 2.88MB floppy 2024-04-04 12:13:02 +02:00
efi chore: sorry 2024-04-02 12:03:47 +02:00
loader chore: sorry 2024-04-02 12:03:47 +02:00
intro.txt chore: sorry 2024-04-02 12:03:47 +02:00
Makefile refactor: reorganize bootloader source code 2024-03-24 09:03:03 +01:00
README.org chore: remove useless file and trying refactor bootloader 2024-03-31 12:27:15 +02:00

StupidOS Bootloader

0x100000 +-----------------------+
         |                       |
         | Reserved              |
         |                       |
0x080000 +-----------------------+
         |                       |
         | Kernel preload        |
         |                       |
0x00F000 +-----------------------+
         |                       |
         | buffer                |  
         |                       |
0x008000 +-----------------------+
         |                       |
         | bootsector            |
         |                       |
0x007000 +-----------------------+
         |                       |
         | Real mode stack       |
         |                       |
0x006000 +-----------------------+
         |                       |
         | stpdldr.sys           |
         |                       |
0x001000 +-----------------------+
         |                       |
         | Reserved (BIOS & IVT) |
         |                       |
0x000000 +-----------------------+