Date functions (get current time)

This commit is contained in:
2026-03-26 17:59:02 +01:00
parent 532953da4d
commit 0fbaf6d26e
8 changed files with 142 additions and 3 deletions
+2
View File
@@ -7,6 +7,7 @@
#ifndef KERNEL_H
#define KERNEL_H
#include "limine.h"
enum ErrorCodes {
ENOMEM,
EIO
@@ -52,6 +53,7 @@ struct boot_context {
struct limine_memmap_response* mmap;
struct limine_hhdm_response* hhdm;
struct limine_kernel_address_response* kaddr;
struct limine_boot_time_response* bootdate;
};
// Are these modules initialized yet?