misc: New example background
This commit is contained in:
parent
48eaab4a42
commit
c877c0efa4
@ -14,7 +14,7 @@ Like Limine and want to support it? Donate Bitcoin to
|
||||
|
||||
![Reference screenshot](/screenshot.png?raw=true "Reference screenshot")
|
||||
|
||||
[Photo by Chris Kane from Pexels](https://www.pexels.com/photo/reflection-of-building-on-body-of-water-at-daytime-166360/)
|
||||
[Photo by Martin Damboldt from Pexels](https://www.pexels.com/photo/gray-bridge-and-trees-814499/)
|
||||
|
||||
### Supported boot protocols
|
||||
* stivale and stivale2 (Limine's native boot protocols, see [their specifications](https://github.com/stivale) for details)
|
||||
@ -50,9 +50,9 @@ For example, to clone the latest binary release of the `v2.x` branch one can do
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v2.0-branch-binary --depth=1
|
||||
```
|
||||
or, to clone a specific binary point release (for example `v2.86`)
|
||||
or, to clone a specific binary point release (for example `v2.88`)
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v2.86-binary --depth=1
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v2.88-binary --depth=1
|
||||
```
|
||||
|
||||
Additionally, the absolute latest Limine binary release can be obtained by
|
||||
|
@ -805,7 +805,7 @@ refresh:
|
||||
print(" \e[32mARROWS\e[0m Select \e[32mENTER\e[0m %s",
|
||||
selected_menu_entry->expanded ? "Collapse" : "Expand");
|
||||
}
|
||||
set_cursor_pos_helper(term_cols - 12, 3);
|
||||
set_cursor_pos_helper(term_cols - 13, 3);
|
||||
print("\e[32mC\e[0m Console");
|
||||
set_cursor_pos_helper(x, y);
|
||||
}
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 636 KiB After Width: | Height: | Size: 1.2 MiB |
BIN
test/bg.bmp
BIN
test/bg.bmp
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 2.3 MiB |
@ -5,7 +5,7 @@ DEFAULT_ENTRY=1
|
||||
TIMEOUT=3
|
||||
VERBOSE=yes
|
||||
|
||||
THEME_BACKGROUND=50000000
|
||||
THEME_BACKGROUND=68000000
|
||||
|
||||
BACKGROUND_PATH=${BACKGROUND_PATH}
|
||||
BACKGROUND_STYLE=stretched
|
||||
|
Loading…
Reference in New Issue
Block a user