Implement debug console device

This commit is contained in:
2026-03-11 15:35:36 +01:00
parent 6ce4864fd3
commit 5024870dc7
23 changed files with 161 additions and 11 deletions

View File

@@ -1,6 +1,9 @@
#ifndef _DEVICES_H
#define _DEVICES_H
/* debugconsole device */
#define DEBUGCONSOLE_PUTSTR 0
/* terminal device */
#define TERMINAL_PUTSTR 0
#define TERMINAL_DIMENSIONS 1