stos+amd64: Add serial logging + trace facility

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 01:39:29 +00:00
parent 70dcf7938f
commit aec7ddb4a2
6 changed files with 183 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: Trace facility
* Author: Chloe M.
*/
#ifndef _EX_TRACE_H_
#define _EX_TRACE_H_ 1
#include <lib/printf.h>
#define TRACE printf
#define FmtPrintf vsnprintf
#endif /* !_EX_TRACE_H_ */