mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Implemented a kinda broken tty
This commit is contained in:
@ -396,9 +396,9 @@ namespace Memory
|
||||
/**
|
||||
* @brief Construct a new Virtual object
|
||||
*
|
||||
* @param Table Page table
|
||||
* @param Table Page table. If null, it will use the current page table.
|
||||
*/
|
||||
Virtual(PageTable *Table);
|
||||
Virtual(PageTable *Table = nullptr);
|
||||
/**
|
||||
* @brief Destroy the Virtual object
|
||||
*
|
||||
|
Reference in New Issue
Block a user