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 GitHub
parent 9ead904afe
commit 2b040aa379
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"