mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
Fixed detection of devzero file.
Fixed adding VMA_ANONYMOUS flag explicitly if no file was given
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
/* Defines the type of file. A device file? Regular file? One used at boot? */
|
||||
enum VM_FILE_TYPE {
|
||||
VM_FILE_DEVZERO = 0,
|
||||
VM_FILE_DEVZERO = 1,
|
||||
VM_FILE_REGULAR,
|
||||
VM_FILE_BOOTFILE,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user