core: update system boot logic for disk-based root and cmdline flags

This commit is contained in:
boreddevnl
2026-05-08 21:05:33 +02:00
parent 0fbc3a5fc8
commit 6e1eb7768d
7 changed files with 181 additions and 35 deletions

View File

@@ -13,10 +13,10 @@ void get_os_info(os_info_t *info) {
for (size_t i = 0; i < sizeof(os_info_t); i++) p[i] = 0;
const char *os_name = "BoredOS";
const char *os_version = "26.5.1-stable";
const char *os_version = "26.5.1-dev";
const char *os_codename = "Genesis";
const char *kernel_name = "Boredkernel";
const char *kernel_version = "4.2.1-stable";
const char *kernel_version = "4.2.1-dev";
const char *build_date = __DATE__;
const char *build_time = __TIME__;
const char *build_arch = "x86_64";