misc: Update background and screenshot
This commit is contained in:
parent
168716a251
commit
98c8921a7e
@ -9,6 +9,8 @@ such as Long Mode, 5-level paging, and SMP (multicore), to name a few.
|
||||
|
||||
![Reference screenshot](/screenshot.png?raw=true "Reference screenshot")
|
||||
|
||||
[Photo by Nishant Aneja from Pexels](https://www.pexels.com/photo/close-up-photo-of-waterdrops-on-glass-2527248/)
|
||||
|
||||
### Supported boot protocols
|
||||
* Linux
|
||||
* stivale and stivale2 (Limine's native boot protocols, see STIVALE{,2}.md for details)
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 692 KiB |
@ -35,7 +35,7 @@ void entry(uint8_t _boot_drive, int pxe_boot) {
|
||||
part_create_index();
|
||||
init_e820();
|
||||
init_memmap();
|
||||
|
||||
|
||||
if (pxe_boot) {
|
||||
pxe_init();
|
||||
if(init_config_pxe()) {
|
||||
@ -65,7 +65,6 @@ void entry(uint8_t _boot_drive, int pxe_boot) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
char *cmdline = menu();
|
||||
|
||||
char proto[32];
|
||||
|
BIN
test/bg.bmp
BIN
test/bg.bmp
Binary file not shown.
Before Width: | Height: | Size: 5.9 MiB After Width: | Height: | Size: 2.3 MiB |
@ -4,7 +4,7 @@ GRAPHICS=yes
|
||||
MENU_RESOLUTION=1024x768
|
||||
E9_OUTPUT=yes
|
||||
|
||||
THEME_COLOURS=80000000;aa0000;00aaff;aa5500;0000aa;aa00aa;9076de;aaaaaa
|
||||
THEME_COLOURS=60000000;aa0000;00aaff;aa5500;0000aa;aa00aa;9076de;aaaaaa
|
||||
THEME_MARGIN=64
|
||||
|
||||
BACKGROUND_PATH=guid://@GUID@/bg.bmp
|
||||
|
Loading…
Reference in New Issue
Block a user