stos+amd64: Add serial logging + trace facility
Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
* Author: Chloe M.
|
||||
*/
|
||||
|
||||
#include <hal/serial.h>
|
||||
|
||||
void
|
||||
_putchar(char c)
|
||||
{
|
||||
HalSerialWrite(&c, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user