New feature(s):
- Network stack
- Piping commands into a udpsend message
Bug fix(es):
-N/A
This commit is contained in:
Chris
2026-02-05 21:59:21 +01:00
parent d9fc8fbeda
commit 89bdb860dd
34 changed files with 1322 additions and 16 deletions

View File

@@ -2,6 +2,6 @@
void cli_cmd_brewver(char *args) {
(void)args;
cli_write("BrewOS v1.03 Alpha\n");
cli_write("BrewOS Kernel V2.0.3 Pre-Alpha\n");
cli_write("BrewOS v1.10 Alpha\n");
cli_write("BrewOS Kernel V2.1.0 Pre-Alpha\n");
}