forked from pepper-org/pepperOS
Date functions (get current time)
This commit is contained in:
@@ -35,6 +35,12 @@ volatile struct limine_kernel_address_request kerneladdr_request = {
|
||||
.revision = 0
|
||||
};
|
||||
|
||||
__attribute__((used, section(".limine_requests")))
|
||||
volatile struct limine_boot_time_request date_request = {
|
||||
.id = LIMINE_BOOT_TIME_REQUEST,
|
||||
.revision = 0
|
||||
};
|
||||
|
||||
__attribute__((used, section(".limine_requests_start")))
|
||||
volatile LIMINE_REQUESTS_START_MARKER;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user