Skip to content

Commit

Permalink
examples/simple: remove note
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan-Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Nov 4, 2024
1 parent 0085756 commit 057889f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/simple/vmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
#include <libvmm/arch/riscv/plic.h>
#endif

// @ivanv: ideally we would have none of these hardcoded values
// initrd, ram size come from the DTB
// We can probably add a node for the DTB addr and then use that.
// Part of the problem is that we might need multiple DTBs for the same example
// e.g one DTB for VMM one, one DTB for VMM two. we should be able to hide all
// of this in the build system to avoid doing any run-time DTB stuff.

/*
* As this is just an example, for simplicity we just make the size of the
* guest's "RAM" the same for all platforms. For just booting Linux with a
Expand Down

0 comments on commit 057889f

Please sign in to comment.