From 4f32bbc46a48276bba949364dc44d532c19dae78 Mon Sep 17 00:00:00 2001 From: taitep Date: Thu, 29 Jan 2026 21:27:36 +0100 Subject: i think i managed to make a working uart driver for the new interface?? --- src/crt0.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/crt0.S') diff --git a/src/crt0.S b/src/crt0.S index 97228c1..49d8493 100644 --- a/src/crt0.S +++ b/src/crt0.S @@ -62,6 +62,9 @@ _start: #endif call __libc_init_array # Run global initialization functions + # initialize UART + call uart_init + call main call exit _exit: j _exit -- cgit v1.2.3