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
feat/start
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
1 changed files with 1 additions and 1 deletions

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"