mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update kernel
This commit is contained in:
@ -21,11 +21,13 @@
|
||||
#include <lock.hpp>
|
||||
#include <io.h>
|
||||
|
||||
#include "../kernel.h"
|
||||
|
||||
NewLock(DebuggerLock);
|
||||
|
||||
extern bool serialports[8];
|
||||
|
||||
static inline NIF void uart_wrapper(char c, void *unused)
|
||||
EXTERNC NIF void uart_wrapper(char c, void *unused)
|
||||
{
|
||||
static int once = 0;
|
||||
if (unlikely(!once++))
|
||||
|
Reference in New Issue
Block a user