summaryrefslogtreecommitdiff
path: root/kernel/ramdisk.c
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2020-08-13 08:05:13 -0400
committerRobert Morris <[email protected]>2020-08-13 08:05:13 -0400
commite1a2cd59faf0cf7a3b315cefff11d68b68ec54a7 (patch)
tree79bc9fa5898946b04e61b3366003b117bf6773c2 /kernel/ramdisk.c
parentd32eac366fd06ec58cc3b34a3ca1824864bd7618 (diff)
parent315c37c0f1e7c05f7b7d0ec145a2002b0612c49c (diff)
downloadxv6-labs-e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7.tar.gz
xv6-labs-e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7.tar.bz2
xv6-labs-e1a2cd59faf0cf7a3b315cefff11d68b68ec54a7.zip
Merge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscv
Diffstat (limited to 'kernel/ramdisk.c')
-rw-r--r--kernel/ramdisk.c2
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"