Skip to content

Commit 0dc66cb

Browse files
committedAug 29, 2025·
meta: Update to latest karm.
1 parent 09508de commit 0dc66cb

File tree

139 files changed

+583
-495
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+583
-495
lines changed
 

‎meta/image/efi/boot/loader.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
{
22
"subtitle": "Select an Operating System to boot",
33
"entries": [
4+
{
5+
"name": "skiftOS",
6+
"kernel": "bundle://hjert/_bin",
7+
"blobs": [
8+
"bundle://strata-av/_bin",
9+
"bundle://strata-conf/_bin",
10+
"bundle://strata-device/_bin",
11+
"bundle://strata-dhcp/_bin",
12+
"bundle://strata-dns/_bin",
13+
"bundle://strata-echo/_bin",
14+
"bundle://strata-fs/_bin",
15+
"bundle://strata-net/_bin",
16+
"bundle://strata-seat/_bin",
17+
"bundle://strata-shell/_bin",
18+
"bundle://strata-bus/_bin",
19+
"bundle://hideo-calculator.main/_bin",
20+
"bundle://hideo-shell/wallpapers/winter.qoi",
21+
"bundle://fonts-inter/fonts/Inter-Regular.ttf",
22+
"bundle://fonts-inter/fonts/Inter-Medium.ttf",
23+
"bundle://fonts-inter/fonts/Inter-Bold.ttf"
24+
]
25+
},
426
{
527
"name": "skiftOS",
628
"kernel": "bundle://hjert/_bin",

‎src/clis/date/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <karm-sys/entry.h>
22
#include <karm-sys/time.h>
33

4+
using namespace Karm;
5+
46
Async::Task<> entryPointAsync(Sys::Context&) {
57
Sys::println("{}", Sys::dateTime());
68
co_return Ok();

0 commit comments

Comments
 (0)
Please sign in to comment.