diff options
author | Ian Moffett <ian@osmora.org> | 2025-09-13 14:53:43 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-09-13 14:53:43 -0400 |
commit | e698061ebaf0cf1a10c11c51a6c6cd46a331959c (patch) | |
tree | 19faff0de74be4661e55478ee7d31a8427c067c6 /src/data |
initial commit
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/boot/limine.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/data/boot/limine.conf b/src/data/boot/limine.conf new file mode 100644 index 0000000..6d33d8a --- /dev/null +++ b/src/data/boot/limine.conf @@ -0,0 +1,11 @@ +timeout: 15 +randomize_hhdm_base: no +${WALLPAPER_PATH}=boot():/boot/wallpaper.jpg +wallpaper: ${WALLPAPER_PATH} +term_background: 40000000 +resolution: 1280x720 + +/e0 + protocol: multiboot2 + kernel_path: boot():/boot/e0 + module_path: boot():/boot/initrd.omar |