Skip to content

Commit

Permalink
[docs] README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lvntky committed Jun 21, 2024
1 parent 12c52c0 commit e2bd09f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@
<p align="center">
<img style="width: 350px; height: 350px;" src="https://github.com/lvntky/CVM/blob/archive/docs/banner.jpg?raw=true" alt="Graphic design is my passion"/>
</p>
<bre>
**This is the second re-write of the CVM.**<br>
**The first implementation of the CVM has been made in C which can be reachable at [cvm/archive](https://github.com/lvntky/CVM/archive) for archive purposes Since the first implementation does not work as intended**<bre>
**The master branch is the current and active version of the CVM which is rewrite in C++**
<br>
<br>

<br>

**This is the second re-write of the CVM.**


**The first implementation of the CVM has been made in C which can be reachable at [cvm/archive](https://github.com/lvntky/CVM/archive) for archive purposes Since the first implementation does not work as intended**


**The master branch is the current and active version of the CVM which is rewrite in C++**

A toy Java Virtual Machine coded in C(and C++). CVM is a simple and lightweight JVM that aims to provide a basic understanding of JVM internals and bytecode execution. This project serves as an educational and fun resource for those interested in learning about JVM implementation details.

## Features
Expand Down

0 comments on commit e2bd09f

Please sign in to comment.