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:
@@ -55,5 +55,6 @@ namespace Kernel
|
||||
BAN::StringView get_early_boot_command_line(uint32_t magic, uint32_t info);
|
||||
|
||||
extern BootInfo g_boot_info;
|
||||
extern bool g_disable_disk_write;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user