diff options
Diffstat (limited to 'src/userspace/start.asm')
-rw-r--r-- | src/userspace/start.asm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/userspace/start.asm b/src/userspace/start.asm deleted file mode 100644 index c6bb2a0..0000000 --- a/src/userspace/start.asm +++ /dev/null @@ -1,7 +0,0 @@ -bits 32 - -section .text - global _start - extern user_main - _start: - call user_main
\ No newline at end of file |