aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/lib/c_start.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/lib/c_start.S')
-rw-r--r--src/arch/x86/lib/c_start.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/lib/c_start.S b/src/arch/x86/lib/c_start.S
index 01ffa7c42c..faea22d6a6 100644
--- a/src/arch/x86/lib/c_start.S
+++ b/src/arch/x86/lib/c_start.S
@@ -19,6 +19,8 @@ thread_stacks:
.section ".textfirst", "ax", @progbits
.code32
.globl _start
+ .globl __rmodule_entry
+__rmodule_entry:
_start:
cli
lgdt %cs:gdtaddr