misc: Change example wallpaper
This commit is contained in:
parent
fc4e283ad5
commit
5bc6fbca3b
@ -9,7 +9,7 @@ as the reference implementation for the [Limine boot protocol](/PROTOCOL.md).
|
||||
|
||||
![Reference screenshot](/screenshot.png?raw=true "Reference screenshot")
|
||||
|
||||
[Photo by Lívia Bittencourt](https://www.pexels.com/photo/big-sea-waves-under-rainbow-and-cloudy-sky-4636525/)
|
||||
[Photo by Rostislav Uzunov](https://www.pexels.com/photo/purple-and-pink-diamond-on-blue-background-5011647/)
|
||||
|
||||
### Supported architectures
|
||||
* IA-32 (32-bit x86)
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 150 KiB |
BIN
test/bg.bmp
BIN
test/bg.bmp
Binary file not shown.
Before Width: | Height: | Size: 7.0 MiB |
BIN
test/bg.jpg
Normal file
BIN
test/bg.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -1,6 +1,6 @@
|
||||
# Some example macros
|
||||
${TEST_KERNEL}=boot:///boot/test.elf
|
||||
${WALLPAPER_PATH}=boot:///boot/bg.bmp
|
||||
${WALLPAPER_PATH}=boot:///boot/bg.jpg
|
||||
|
||||
DEFAULT_ENTRY=1
|
||||
TIMEOUT=3
|
||||
@ -20,7 +20,7 @@ TERM_BACKDROP=008080
|
||||
MODULE_PATH=${WALLPAPER_PATH}
|
||||
MODULE_CMDLINE=This is the first module.
|
||||
|
||||
MODULE_PATH=boot:///boot/bg.bmp
|
||||
MODULE_PATH=boot:///boot/bg.jpg
|
||||
|
||||
:Multiboot2 Test
|
||||
COMMENT=Test of the multiboot2 boot protocol.
|
||||
@ -29,7 +29,7 @@ TERM_BACKDROP=008080
|
||||
KERNEL_PATH=boot:///boot/multiboot2.elf
|
||||
KERNEL_CMDLINE=This is an example kernel command line.
|
||||
|
||||
MODULE_PATH=boot:///boot/bg.bmp
|
||||
MODULE_PATH=boot:///boot/bg.jpg
|
||||
MODULE_STRING=This is the first module.
|
||||
|
||||
:EFI Chainloading
|
||||
@ -54,5 +54,5 @@ TERM_BACKDROP=008080
|
||||
KERNEL_PATH=boot:///boot/multiboot.elf
|
||||
KERNEL_CMDLINE=This is an example kernel command line.
|
||||
|
||||
MODULE_PATH=boot:///boot/bg.bmp
|
||||
MODULE_PATH=boot:///boot/bg.jpg
|
||||
MODULE_STRING=This is the first module.
|
||||
|
Loading…
Reference in New Issue
Block a user