Transferred to UART communication

This commit is contained in:
Jozef Nagy 2025-04-20 19:35:57 +02:00
parent 5c682c4209
commit 10ee4fcbd9
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
9 changed files with 33832 additions and 19 deletions

View file

@ -17,12 +17,15 @@
/* SOFTWARE. */
/*********************************************************************************/
#include <uart/uart.h>
#include <vfs/vfs.h>
#include <ui/ui.h>
#include <print.h>
void axboot_init()
{
uart_init(115200);
if (!vfs_init("\\")) {
debug("axboot_init(): Failed to mount boot drive! Halting...\n");
// TODO: Halt