copystream for up to 8 cores

This commit is contained in:
Eggert Jung
2025-04-28 16:04:52 +02:00
parent 2c60b88849
commit 35c2667fbf
4 changed files with 48 additions and 18 deletions

View File

@@ -43,11 +43,10 @@
* possible that the debug output in a multi core system is displayed
* on the wrong (previous) core.
*/
#include "arch/lapic.h"
#define DBG dout[LAPIC::getID()]
#include "../arch/core.h"
#include "../device/textstream.h"
#define DBG *copyout[Core::getID()]
/*! \brief Debug window for the CGA screen
*