cga mostly done
This commit is contained in:
@@ -136,5 +136,5 @@ struct Cell {
|
||||
|
||||
/*! \brief Base address for linear text buffer in video memory
|
||||
*/
|
||||
Cell* const TEXT_BUFFER_BASE = nullptr;
|
||||
Cell* const TEXT_BUFFER_BASE = reinterpret_cast<CGA::Cell*>(0xb8000);
|
||||
}; // namespace CGA
|
||||
|
||||
Reference in New Issue
Block a user