Skip to content

quic/hexagonMVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagon minivm

The hexagon minivm implements the Hexagon Virtual Machine specification (mirror). The Hexagon Virtual Machine is a hypervisor and portability layer.

This project is licensed with the BSD 3-clause license.

Status

Current fails when trying to enable the MMU at 1223

See it failing with:

$ make test QEMU_OPTS='-s -S'

And in another tab:

$ make dbg LLDB_OPTS="-o 'break set -a 0xc0000aa4' -o c"
$ step