diff --git a/brewos.iso b/brewos.iso index b4afff9..0f8a015 100644 Binary files a/brewos.iso and b/brewos.iso differ diff --git a/build/about.o b/build/about.o index d42c5c7..98c6712 100644 Binary files a/build/about.o and b/build/about.o differ diff --git a/build/brewos.elf b/build/brewos.elf index 23ef761..9de5e19 100755 Binary files a/build/brewos.elf and b/build/brewos.elf differ diff --git a/build/cli_apps/about.o b/build/cli_apps/about.o index 943acad..fc2b700 100644 Binary files a/build/cli_apps/about.o and b/build/cli_apps/about.o differ diff --git a/iso_root/README.md b/iso_root/README.md index 793a92b..f7256c7 100644 --- a/iso_root/README.md +++ b/iso_root/README.md @@ -1,4 +1,4 @@ -# Brew OS 1.42 Beta +# Brew OS 1.43 Beta BrewOS is now in a Beta stage as i have brought over all apps from brewkernel and have made the DE a lot more usable and stable. ## Brewkernel is now BrewOS! diff --git a/iso_root/brewos.elf b/iso_root/brewos.elf index 23ef761..9de5e19 100755 Binary files a/iso_root/brewos.elf and b/iso_root/brewos.elf differ diff --git a/src/kernel/font.h b/src/kernel/font.h index e95b915..23f0596 100644 --- a/src/kernel/font.h +++ b/src/kernel/font.h @@ -4,7 +4,6 @@ #include // Minimal 8x8 font for ASCII 32-127 -// Derived from standard VGA font static const uint8_t font8x8_basic[128][8] = { // 0-31 Control chars (empty) {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},