diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-29 17:38:41 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-29 17:38:41 +0300 |
| commit | 9273c16434316a8ab60dc78ee65a03e68031203a (patch) | |
| tree | 41754de4b7c459fc07e20189948c94a0e2cab966 /arch/riscv64/conf | |
| parent | 105f3d0dab75f669d1fc404c06b73289b343591c (diff) | |
| download | kmi-9273c16434316a8ab60dc78ee65a03e68031203a.tar.gz kmi-9273c16434316a8ab60dc78ee65a03e68031203a.zip | |
continue building base for irq handling
Diffstat (limited to 'arch/riscv64/conf')
| -rwxr-xr-x | arch/riscv64/conf/init | bin | 1096 -> 1096 bytes | |||
| -rw-r--r-- | arch/riscv64/conf/initrd | bin | 1536 -> 1536 bytes | |||
| -rw-r--r-- | arch/riscv64/conf/s.S | 10 |
3 files changed, 5 insertions, 5 deletions
diff --git a/arch/riscv64/conf/init b/arch/riscv64/conf/init Binary files differindex c415457..0a67c41 100755 --- a/arch/riscv64/conf/init +++ b/arch/riscv64/conf/init diff --git a/arch/riscv64/conf/initrd b/arch/riscv64/conf/initrd Binary files differindex 6d2ac10..6021c8f 100644 --- a/arch/riscv64/conf/initrd +++ b/arch/riscv64/conf/initrd diff --git a/arch/riscv64/conf/s.S b/arch/riscv64/conf/s.S index 1344f69..97c66ff 100644 --- a/arch/riscv64/conf/s.S +++ b/arch/riscv64/conf/s.S @@ -1,9 +1,9 @@ .text .global _start _start: -li a0, 1 -li a1, 2 -li a2, 3 -li a3, 4 -li a4, 5 +li a0, 0 /* 0 should be NOOP */ +li a1, 1 +li a2, 2 +li a3, 3 +li a4, 4 ecall |
