misc: Update background and screenshot
diff --git a/README.md b/README.md
index 75721e7a..73ae4388 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,8 @@ such as Long Mode, 5-level paging, and SMP (multicore), to name a few.

+[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)
diff --git a/screenshot.png b/screenshot.png
index 611307d6..6d25cf22 100644
Binary files a/screenshot.png and b/screenshot.png differ
diff --git a/stage2/main.c b/stage2/main.c
index 4cb664bd..3c4e0218 100644
--- a/stage2/main.c
+++ b/stage2/main.c
@@ -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];
diff --git a/test/bg.bmp b/test/bg.bmp
index 87155831..37d8026e 100644
Binary files a/test/bg.bmp and b/test/bg.bmp differ
diff --git a/test/limine.cfg b/test/limine.cfg
index 6d03271b..c5b7cae1 100644
--- a/test/limine.cfg
+++ b/test/limine.cfg
@@ -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
