diff options
| author | Bobby <[email protected]> | 2026-02-25 06:09:23 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-02-25 06:09:23 +0530 |
| commit | bd462bccea2a637486f863a6342b9870b35c69aa (patch) | |
| tree | c68dc848542f53b701c553bd0124874948598c8d /mirai/kernel | |
| parent | 313ab7ea7d5a5d902005d8543ab6b323ed948048 (diff) | |
| download | akiba-bd462bccea2a637486f863a6342b9870b35c69aa.tar.xz akiba-bd462bccea2a637486f863a6342b9870b35c69aa.zip | |
feat: Add common constants, errors, and serial driver functionality
Diffstat (limited to 'mirai/kernel')
| -rw-r--r-- | mirai/kernel/boot.zig | 2 | ||||
| -rw-r--r-- | mirai/kernel/mirai.zig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mirai/kernel/boot.zig b/mirai/kernel/boot.zig index 8d46901..4506d11 100644 --- a/mirai/kernel/boot.zig +++ b/mirai/kernel/boot.zig @@ -1,4 +1,4 @@ -//! Mirai Boot Parameters +//! Boot Parameters //! //! This structure matches what Hikari bootloader passes to the kernel. diff --git a/mirai/kernel/mirai.zig b/mirai/kernel/mirai.zig index 5d2bc66..201cedf 100644 --- a/mirai/kernel/mirai.zig +++ b/mirai/kernel/mirai.zig @@ -1,4 +1,4 @@ -//! Mirai - AkibaOS Kernel +//! - AkibaOS Kernel //! //! The kernel receives boot parameters from Hikari bootloader //! and initializes the system. |
