Skip to content

Releases: park671/dalvik-darwin

v0.4 update: bug free with hello world!

15 Aug 07:28
Compare
Choose a tag to compare
  1. bugfix: fix mspace pagesize 64bit point cut-off
  2. executable binary file integrate with boot dex.

how to use this binary?

  1. current version only support exec the integrated hello world dex
  2. use chmod to give the binary executable permission
  3. exec the binary with this arg: -cp hello.dex com.dexvm.test.Main

v0.3 milestone: hello world!

12 Aug 03:22
Compare
Choose a tag to compare

hello world now on macOS!
still need a lot of work for destroy mspace's cs->top.(64bit point cut off, crash on dvm shutdown.)

v0.2 lots of work. now interpreter partly work.

07 Aug 14:04
Compare
Choose a tag to compare

v0.1 can start empty vm & exit.

17 Jun 13:42
Compare
Choose a tag to compare

macos (arm64 only) executable binary.