Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Nov 15, 2024
1 parent cf1346b commit b263f13
Show file tree
Hide file tree
Showing 166 changed files with 5,148 additions and 4,714 deletions.
File renamed without changes.
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

12 changes: 9 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@ members = [
"symbols",
"jni",
"jni/sys",
"assembler",

"tests",
]
exclude = ["tools", "generators"]

[workspace.dependencies]
classfile = { path = "classfile" }
common = { path = "common" }
instructions = { path = "instructions" }
jni = { path = "jni" }
symbols = { path = "symbols" }

byte-slice-cast = "1.2.2"
clap = "4.5.20"
const_format = "0.2.30"
log = "0.4.19"
libloading = "0.8.5"
tracing = "0.1.40"
once_cell = "1.17.1"
paste = "1.0.12"
zip = "0.6.3"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Serial's JVM

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Serial-ATA/jvm/ci.yml?branch=master&style=for-the-badge&logo=github)](https://github.com/Serial-ATA/jvm/actions/workflows/ci.yml)

An implementation of [The Java Virtual Machine, Java SE 19 Edition](https://docs.oracle.com/javase/specs/jvms/se19/html/index.html).
An implementation
of [The Java Virtual Machine, Java SE 23 Edition](https://docs.oracle.com/javase/specs/jvms/se23/html/index.html).

For instructions on how to run the JVM, see [tools/java/README.md](tools/java/README.md).
For instructions on how to run the JVM, see [tools/sj/README.md](tools/sj/README.md).

## License

Expand Down
10 changes: 0 additions & 10 deletions assembler/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions assembler/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions assembler/build.rs

This file was deleted.

7 changes: 0 additions & 7 deletions assembler/src/lib.rs

This file was deleted.

34 changes: 0 additions & 34 deletions assembler/src/x86/assembler.rs

This file was deleted.

30 changes: 0 additions & 30 deletions assembler/src/x86/instruction.rs

This file was deleted.

5 changes: 0 additions & 5 deletions assembler/src/x86/mod.rs

This file was deleted.

3 changes: 0 additions & 3 deletions assembler/src/x86/opcode.rs

This file was deleted.

157 changes: 0 additions & 157 deletions assembler/src/x86/operand.rs

This file was deleted.

Empty file removed assembler/src/x86/types/far.rs
Empty file.
15 changes: 0 additions & 15 deletions assembler/src/x86/types/fpu.rs

This file was deleted.

Loading

0 comments on commit b263f13

Please sign in to comment.