Update ramdisk.c

The qemu syntax for a ram disk was documented incorrectly. The documented syntax is here:
https://qemu.weilnetz.de/doc/qemu-doc.html
This commit is contained in:
Jonathan Kimmitt 2020-01-16 15:05:27 +00:00 committed by Frans Kaashoek
parent ffcb883adf
commit b557e7c32e

View file

@ -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" #include "types.h"