Transferred to UART communication
This commit is contained in:
parent
5c682c4209
commit
10ee4fcbd9
9 changed files with 33832 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue