copystream for up to 8 cores
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user