summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2020-08-10 13:14:14 -0400
committerGitHub <[email protected]>2020-08-10 13:14:14 -0400
commitd28c5d9837a50b6ae26f03bc84a9dc0d7792562e (patch)
tree96b7caf53f80a04b680761400ae82114f46167c4
parent6b593b9eaef575d7d922c202ca5e4d3a0ff317bf (diff)
parent2b040aa379496f524bef5a2575c0e06c34408044 (diff)
downloadxv6-labs-d28c5d9837a50b6ae26f03bc84a9dc0d7792562e.tar.gz
xv6-labs-d28c5d9837a50b6ae26f03bc84a9dc0d7792562e.tar.bz2
xv6-labs-d28c5d9837a50b6ae26f03bc84a9dc0d7792562e.zip
Merge pull request #6 from jrrk2/riscv
Update 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"