diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-20 13:12:06 +0200 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-12-20 13:12:06 +0200 |
| commit | a37974009152b4bf6a2d7ed205a48230f939dd72 (patch) | |
| tree | 8fb3dd159751a9cf983fd78819aad7ff69bb03cc /arch/riscv/conf/init-link.S | |
| parent | dc2e2cc9dc9d7790e23dd9a4ccc265d7bb6d76aa (diff) | |
| download | kmi-a37974009152b4bf6a2d7ed205a48230f939dd72.tar.gz kmi-a37974009152b4bf6a2d7ed205a48230f939dd72.zip | |
still some issues with vmem
+ Not sure if I should go with noinit or init, fuck
Diffstat (limited to 'arch/riscv/conf/init-link.S')
| -rw-r--r-- | arch/riscv/conf/init-link.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/conf/init-link.S b/arch/riscv/conf/init-link.S index 642e831..752edc2 100644 --- a/arch/riscv/conf/init-link.S +++ b/arch/riscv/conf/init-link.S @@ -27,4 +27,5 @@ SECTIONS { } __init_end = . ; + __kernel_size = <KERNEL_SIZE>; } |
