Gets rust running rv64iM

This commit is contained in:
2025-11-16 12:19:49 +01:00
parent 674c399ef6
commit 4955f9b952
5 changed files with 33 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
.section .text,"ax",@progbits
.section .text._start,"ax",@progbits
.equ STACK_SIZE, 1024
.globl _start