diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-01-17 12:22:30 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-01-17 12:22:30 +0000 |
| commit | 2f2e5b43d2985abd504ecd5672ce783bef904f2f (patch) | |
| tree | 3c24efcea6b0ce6dda0ee720b3afe250247f2dfb /kc/core/kc_main.c | |
| parent | dc7152c1cc6412871e1120ed53fb94ed386613cc (diff) | |
preparing for multitasking
Diffstat (limited to 'kc/core/kc_main.c')
| -rw-r--r-- | kc/core/kc_main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kc/core/kc_main.c b/kc/core/kc_main.c index d8ccc11..1eb07da 100644 --- a/kc/core/kc_main.c +++ b/kc/core/kc_main.c @@ -10,9 +10,11 @@ #include <stddef.h> #include <stdint.h> +//TODO: initialize vm before cpu? +// alternatively, split memory and/or cpu initialization steps + unsigned long kc_main(struct kc_boot_data *data) { - (void)data; cpu_init(); serial_init(); kputs("<hacker voice> i'm in 3333\r\n"); |
