From fe74f33641696bc31022737ddf1d618dec20c87f Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Fri, 3 Jan 2020 22:14:55 +0100
Subject: I don't like CMake

I switched to basic shell scripts now
---
 src/userspace/start.asm | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'src/userspace/start.asm')

diff --git a/src/userspace/start.asm b/src/userspace/start.asm
index 488101c..8a7e015 100644
--- a/src/userspace/start.asm
+++ b/src/userspace/start.asm
@@ -1,9 +1,6 @@
 bits 32
-section .start_section
-    dd _start
 
 section .text
-    global _start
     extern user_main
     _start:
         mov esp, ebp
-- 
cgit v1.2.3