mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-22 00:32:15 +00:00
correct flag ACTION_RAMDISK
This commit is contained in:
parent
e8bdbd5e5f
commit
a1d8405965
@ -42,7 +42,7 @@ enum {
|
||||
ACTION_KERNEL = 0x00000100,
|
||||
ACTION_PARTITION = 0x00000200,
|
||||
ACTION_MAP = 0x00000400,
|
||||
ACTION_RAMDISK = 0x00000400,
|
||||
ACTION_RAMDISK = 0x00000800,
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Loading…
x
Reference in New Issue
Block a user