Hacker News new | ask | show | jobs
by seusscat 2239 days ago
Could you please elaborate on what the differences between the two implementations are?
1 comments

The main difference between them is the number of instructions are supported. Rvemu supports RV64GC, while rvemu-for-book will support RV64I and instructions that xv6 uses (e.g. mul).

Also rvemu will support a device tree but rvemu-for-book won't.