Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.02 KB

todo.md

File metadata and controls

32 lines (24 loc) · 1.02 KB

⬅️ back to README.md

TODO

This file groups our plans for this repo. The things we'd like to add to the guide are grouped in the following sections.

Guides

  • Guide to debugging tools (build a simulator-like workflow with software like gdb, radare/iaito, ghidra, etc.)
  • Installation using libvirt (if possible)
  • Some cool tools (quick-start of the tools from the table)
  • Cross building
  • Guide to assembly programming (assembly quick-start, commands to use, makefiles)
  • Guide to the manual
  • Installation annex: setup a 9p directory mapping between host and guest
  • Using the C library from assembly
  • VM Installation

Material

  • MARS (SPIM?) syscall conversion chart
  • missing syscalls as procedures
  • resources page
  • assembly code examples (see Linux-MIPS-utils)
  • tools table

Exercises

...

Misc

  • improve VM performance (memory and parallelism if possible)

🔝 get back to top