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

@@ -11,8 +11,8 @@ TextStream::TextStream(unsigned from_col,
from_row,
to_row,
use_cursor){
CGA::Color fg = static_cast<CGA::Color>((LAPIC::getID() + 1 ));
this->reset(' ', CGA::Attribute(CGA::LIGHT_GREEN, fg, false));
//CGA::Color fg = static_cast<CGA::Color>((LAPIC::getID() + 1 ));
//this->reset(' ', CGA::Attribute(CGA::LIGHT_GREEN, fg, false));
}