diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 15:00:16 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 15:01:25 -0500 |
| commit | 1cd47da742565a5ffce234e505f85c16a1ca69f5 (patch) | |
| tree | 22af1c032e78ea31c3a55a6ece5540f4f371ca99 /sys/arch/amd64/io/uart.S | |
| parent | 048985aad37278633145add81553e76581944dba (diff) | |
kern/amd64: cpu: Write boot message on startup
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/arch/amd64/io/uart.S')
| -rw-r--r-- | sys/arch/amd64/io/uart.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/io/uart.S b/sys/arch/amd64/io/uart.S index fee06c4..8e190ed 100644 --- a/sys/arch/amd64/io/uart.S +++ b/sys/arch/amd64/io/uart.S @@ -65,6 +65,7 @@ uart_init: pop %r12 retq + .globl uart_write uart_write: /* * void uart_write(const char *s, size_t len); |
