Index: uspace/lib/c/arch/ia32/src/entry.S
===================================================================
--- uspace/lib/c/arch/ia32/src/entry.S	(revision 7148abf7be4fb0241aed4a17a23df1ffc5c77163)
+++ uspace/lib/c/arch/ia32/src/entry.S	(revision 2223ceb286f93d7d54168f4adebb3fbc5f998b5e)
@@ -40,5 +40,5 @@
 # %edi contains the PCB pointer
 #
-SYMBOL(__entry)
+SYMBOL(_start)
 	mov %ss, %ax
 	mov %ax, %ds
