diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-16 12:06:04 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-16 12:06:04 +0000 |
| commit | ec1233b4fcd61a8d1eccbf030cede36e9848e06c (patch) | |
| tree | 13ffdc3b3948275e8c764ccf10368d555ff4d5e1 /api/kernel/entry.h | |
| parent | a7f79219706c357c6c15978cea5e654042b14acb (diff) | |
reworking loader
Diffstat (limited to 'api/kernel/entry.h')
| -rw-r--r-- | api/kernel/entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/kernel/entry.h b/api/kernel/entry.h index 8a26125..d119ca1 100644 --- a/api/kernel/entry.h +++ b/api/kernel/entry.h @@ -5,3 +5,4 @@ #define KERNEL_ENTRY_STACK_BASE ((char *)KERNEL_ENTRY_STACK_HEAD - KERNEL_ENTRY_STACK_SIZE) typedef void (*kernel_entry_func)(void *data); + |
