misc: Change example wallpaper

This commit is contained in:
mintsuki 2023-03-06 22:22:58 +01:00
parent fc4e283ad5
commit 5bc6fbca3b
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ as the reference implementation for the [Limine boot protocol](/PROTOCOL.md).
![Reference screenshot](/screenshot.png?raw=true "Reference screenshot") ![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 ### Supported architectures
* IA-32 (32-bit x86) * IA-32 (32-bit x86)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 MiB

BIN
test/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -1,6 +1,6 @@
# Some example macros # Some example macros
${TEST_KERNEL}=boot:///boot/test.elf ${TEST_KERNEL}=boot:///boot/test.elf
${WALLPAPER_PATH}=boot:///boot/bg.bmp ${WALLPAPER_PATH}=boot:///boot/bg.jpg
DEFAULT_ENTRY=1 DEFAULT_ENTRY=1
TIMEOUT=3 TIMEOUT=3
@ -20,7 +20,7 @@ TERM_BACKDROP=008080
MODULE_PATH=${WALLPAPER_PATH} MODULE_PATH=${WALLPAPER_PATH}
MODULE_CMDLINE=This is the first module. MODULE_CMDLINE=This is the first module.
MODULE_PATH=boot:///boot/bg.bmp MODULE_PATH=boot:///boot/bg.jpg
:Multiboot2 Test :Multiboot2 Test
COMMENT=Test of the multiboot2 boot protocol. COMMENT=Test of the multiboot2 boot protocol.
@ -29,7 +29,7 @@ TERM_BACKDROP=008080
KERNEL_PATH=boot:///boot/multiboot2.elf KERNEL_PATH=boot:///boot/multiboot2.elf
KERNEL_CMDLINE=This is an example kernel command line. 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. MODULE_STRING=This is the first module.
:EFI Chainloading :EFI Chainloading
@ -54,5 +54,5 @@ TERM_BACKDROP=008080
KERNEL_PATH=boot:///boot/multiboot.elf KERNEL_PATH=boot:///boot/multiboot.elf
KERNEL_CMDLINE=This is an example kernel command line. 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. MODULE_STRING=This is the first module.