[FEATURE UPDATE]
I changed out the memory based fat32 filesystem for one that runs on a 512mb disk img made during the make command (only get's made if the disk.img file is nonexistent) allowing files to be permanent.

Also all these files combined are 67 files.. just fyi.
This commit is contained in:
Chris
2026-02-07 01:29:54 +01:00
parent d2e7808cfa
commit cc0db5de9d
67 changed files with 1057 additions and 354 deletions

View File

@@ -1,4 +1,4 @@
# Brew OS 1.20 Alpha
# Brew OS 1.40 Alpha
## Brewkernel is now BrewOS!
Brewkernel will from now on be deprecated as it's core became too messy. I have built a less bloated kernel and wrote a DE above it, which is why it is now an OS instead of a kernel (in my opinion).
@@ -9,7 +9,8 @@ Brew Kernel is a simple x86_64 hobbyist operating system.
It features a DE (and WM), a FAT32 filesystem, customizable UI and much much more!
## Features
- Basic Networking Stack
-Disk saving
- Basic Networking Stack (UDP, TCP)
- Brew WM
- Fat 32 FS
- 64-bit long mode support