From 0e3d7904bb88d2f956ea26f5fd43ab0a45439d0e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 11 Sep 2004 23:08:19 +0000 Subject: [PATCH] Declare start symbol for linker's use. --- src/threads/loader.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/threads/loader.S b/src/threads/loader.S index 704b1d9..7dfb7e0 100644 --- a/src/threads/loader.S +++ b/src/threads/loader.S @@ -59,6 +59,8 @@ # Code runs in real mode, which is a 16-bit segment. +.globl start +start: .code16 # Disable interrupts. -- 2.30.2