diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 15:31:39 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 15:31:39 -0500 |
| commit | 7d944b26167d5f0735a81e155777dc3775b1f8cb (patch) | |
| tree | 200d52cf3c2e063d3db2a9de2841c620177d28c4 | |
| parent | dc4438100c35afcbf7d997d3ee9126eef57d1e4a (diff) | |
kern/amd64: cpu: Put _start in .text section
Signed-off-by: Ian Moffett <ian@osmora.org>
| -rw-r--r-- | sys/arch/amd64/cpu/boot.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/cpu/boot.S b/sys/arch/amd64/cpu/boot.S index ba54e74..1d21572 100644 --- a/sys/arch/amd64/cpu/boot.S +++ b/sys/arch/amd64/cpu/boot.S @@ -27,6 +27,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ + .text .globl _start .extern uart_init .extern uart_write |
