mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
VER: 26.4.2 --> 26.4.2.1
This commit is contained in:
parent
93bf2e1734
commit
9830b6ad96
2 changed files with 1 additions and 1 deletions
BIN
disk.img
BIN
disk.img
Binary file not shown.
|
|
@ -13,7 +13,7 @@ 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.4.2";
|
||||
const char *os_version = "26.4.2.1";
|
||||
const char *os_codename = "Voyager";
|
||||
const char *kernel_name = "Boredkernel";
|
||||
const char *kernel_version = "4.1.0-stable";
|
||||
|
|
|
|||
Loading…
Reference in a new issue