mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
1.43 Beta
This commit is contained in:
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},
|
||||||
|
|||||||
Reference in New Issue
Block a user