[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

@@ -2,6 +2,6 @@
void cli_cmd_brewver(char *args) {
(void)args;
cli_write("BrewOS v1.30 Alpha\n");
cli_write("BrewOS Kernel V2.3.0 Pre-Alpha\n");
cli_write("BrewOS v1.40 Alpha\n");
cli_write("BrewOS Kernel V2.4.0 Pre-Alpha\n");
}