diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/ramdisk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/ramdisk.c b/kernel/ramdisk.c index 9901294..eb60ee7 100644 --- a/kernel/ramdisk.c +++ b/kernel/ramdisk.c @@ -1,5 +1,5 @@ // -// ramdisk that uses the disk image loaded by qemu -rdinit fs.img +// ramdisk that uses the disk image loaded by qemu -initrd fs.img // #include "types.h" |