mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
1.43 Beta
This commit is contained in:
parent
23972f8951
commit
9a4b7b05ff
7 changed files with 1 additions and 2 deletions
BIN
brewos.iso
BIN
brewos.iso
Binary file not shown.
BIN
build/about.o
BIN
build/about.o
Binary file not shown.
BIN
build/brewos.elf
BIN
build/brewos.elf
Binary file not shown.
Binary file not shown.
|
|
@ -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.
|
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!
|
## Brewkernel is now BrewOS!
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -4,7 +4,6 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
// Minimal 8x8 font for ASCII 32-127
|
// Minimal 8x8 font for ASCII 32-127
|
||||||
// Derived from standard VGA font
|
|
||||||
static const uint8_t font8x8_basic[128][8] = {
|
static const uint8_t font8x8_basic[128][8] = {
|
||||||
// 0-31 Control chars (empty)
|
// 0-31 Control chars (empty)
|
||||||
{0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
|
{0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue