Add tarfs/initrd support

This commit is contained in:
Mark
2019-10-25 11:46:56 +03:00
parent 822120af3a
commit 0d1c8a1bdb
6 changed files with 50 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ enum dev_class {
#define DEV_BLOCK_SDx 1
#define DEV_BLOCK_HDx 2
#define DEV_BLOCK_PART 3
#define DEV_BLOCK_RAM 3
#define DEV_BLOCK_PART 127
struct dev_entry {
char dev_name[64];