Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Nov 5, 2024
1 parent bded3f8 commit 7f87532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hal/buildroot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ dd if=/dev/zero of=rootfs.img bs=1M count=30720
mkfs.ext4 ./rootfs.img
```

Now we can run the QEMU VM with the filesystem image from the same directory.
Now we can run the QEMU VM with the filesystem image from `~/cube/hal` directory.

```bash
sudo bash qemu.sh start_cvm
sudo bash buildroot/qemu.sh start_cvm
```

If you want to start a normal VM, you can run:
Expand Down

0 comments on commit 7f87532

Please sign in to comment.