aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/main.c')
-rw-r--r--arch/riscv/main.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/riscv/main.c b/arch/riscv/main.c
deleted file mode 100644
index 9334fb3..0000000
--- a/arch/riscv/main.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include <pages.h>
-#include <apos/main.h>
-
-void yeet()
-{
- int a = 23;
-}
-
-void __main main(struct mm_ptinfo *pageinfo)
-{
- yeet();
- while(1){};
-}