diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-19 01:16:51 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-19 01:16:51 +0000 |
| commit | bff63a4337eb3388617d230970c5eb2684d6a215 (patch) | |
| tree | f40891f45918b23dac0f31888142136434c7fc8c /api/kernel/entry.h | |
| parent | d5f485a4f6801f58cbb2bc9d8e80c955c79ff044 (diff) | |
i don't know what i'm doing anymore
Diffstat (limited to 'api/kernel/entry.h')
| -rw-r--r-- | api/kernel/entry.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/api/kernel/entry.h b/api/kernel/entry.h index d119ca1..d1a6ee0 100644 --- a/api/kernel/entry.h +++ b/api/kernel/entry.h @@ -1,8 +1,4 @@ #pragma once -#define KERNEL_ENTRY_STACK_SIZE 0x4000 -#define KERNEL_ENTRY_STACK_HEAD (void *)0xffffffffff000000 -#define KERNEL_ENTRY_STACK_BASE ((char *)KERNEL_ENTRY_STACK_HEAD - KERNEL_ENTRY_STACK_SIZE) - -typedef void (*kernel_entry_func)(void *data); +typedef int (*kc_entry_func)(void *parameters); |
