diff --git a/.DS_Store b/.DS_Store index c072d26..e9e4d4c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/boredos.iso b/boredos.iso index d694e62..9a88003 100644 Binary files a/boredos.iso and b/boredos.iso differ diff --git a/build/about.o b/build/about.o index b74be8b..910e3ba 100644 Binary files a/build/about.o and b/build/about.o differ diff --git a/build/boredos.elf b/build/boredos.elf index 7fad547..1391679 100755 Binary files a/build/boredos.elf and b/build/boredos.elf differ diff --git a/iso_root/boredos.elf b/iso_root/boredos.elf index 7fad547..1391679 100755 Binary files a/iso_root/boredos.elf and b/iso_root/boredos.elf differ diff --git a/src/kernel/about.c b/src/kernel/about.c index 1232482..e72b9e6 100644 --- a/src/kernel/about.c +++ b/src/kernel/about.c @@ -13,7 +13,7 @@ static void about_paint(Window *win) { draw_boredos_logo(win->x + 60, offset_y, 4); // Version info - draw_string(offset_x, offset_y + 105, "BoredOS", COLOR_BLACK); + draw_string(offset_x, offset_y + 105, "BoredOS 'Panda'", COLOR_BLACK); draw_string(offset_x, offset_y + 120, "BoredOS Version 1.50", COLOR_BLACK); draw_string(offset_x, offset_y + 135, "Kernel Version 2.4.0", COLOR_BLACK);