diff options
| author | Kacper Fiedorowicz <kf@efab.pl> | 2026-01-03 18:44:51 +0100 |
|---|---|---|
| committer | Kacper Fiedorowicz <kf@efab.pl> | 2026-01-03 18:44:51 +0100 |
| commit | 6018e17637264a9561b37be699c3d53b6661de23 (patch) | |
| tree | 8546c9fa94358e7d6daaad5f11ac53e61be97ad5 /docs/boot.txt | |
| parent | ab21f339a33abb1144f3c0f5c4285324e7e88392 (diff) | |
Diffstat (limited to 'docs/boot.txt')
| -rw-r--r-- | docs/boot.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/boot.txt b/docs/boot.txt new file mode 100644 index 00000000..eddb09b9 --- /dev/null +++ b/docs/boot.txt @@ -0,0 +1,15 @@ +BOOT +==== + +Openlinux for now supports only uefi based booting. +Kernel bzImage must have efi stub (1) option enabled, +and placed in correct path (2). The uefi starts image, +kernel does it startup procedures, then mounts our initrd (3), +and parses bootconfig.txt (3), next init (4) is called. +Init program mounts kernel virtual filesystems and switches to real root partition, then +runs real init system. + +(1) - https://www.kernel.org/doc/html/latest/admin-guide/efi-stub.html +(2) - See docs/fs.txt +(3) - See docs/initrd.txt +(4) - https://www.kernel.org/doc/html/latest/admin-guide/bootconfig.html |
