Merge pull request #6 from jrrk2/riscv

Update ramdisk.c
This commit is contained in:
Frans Kaashoek 2020-08-10 13:14:14 -04:00 committed by GitHub
commit d28c5d9837
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" #include "types.h"