summaryrefslogtreecommitdiff
path: root/arch/i386/crti.s
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.xyz>2021-01-24 21:10:57 -0600
committerDanny Holman <dholman@gymli.xyz>2021-01-24 21:10:57 -0600
commita4534660fecb1b571c24ad82e67bc6c2fb814cb9 (patch)
tree149984cb0e9a32765e63df0f696091817c2b6dd5 /arch/i386/crti.s
parentdd6656f7132d1727a055035ca94945fa4fbaae58 (diff)
x86: reorganize the i386 directory
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to 'arch/i386/crti.s')
-rw-r--r--arch/i386/crti.s15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/i386/crti.s b/arch/i386/crti.s
deleted file mode 100644
index 4e1e4cb..0000000
--- a/arch/i386/crti.s
+++ /dev/null
@@ -1,15 +0,0 @@
-.section .init
-.global _init
-.type _init, @function
-
-_init:
- pushl %ebp
- movl %esp, %ebp
-
-.section .fini
-.global _fini
-.type _fini, @function
-
-_fini:
- pushl %ebp
- movl %esp, %ebp