forked from pepper-org/pepperOS
Date functions (get current time)
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user