8 ms·
Could you please elaborate on what the differences between the two implementations are?
by seusscat 6y ago
Could you please elaborate on what the differences between the two implementations are?
- d0iasm 6y agoThe 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.