forked from Bananymous/banan-os
Kernel: Add command line option readonly
This prevents calls to write_sectors_impl and all dirty pages are always kept in RAM.
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Kernel
|
||||
{
|
||||
|
||||
BootInfo g_boot_info;
|
||||
bool g_disable_disk_write { false };
|
||||
|
||||
static MemoryMapEntry::Type bios_number_to_memory_type(uint32_t number)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user