mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
Create README.md
This commit is contained in:
parent
633577e99c
commit
d2d0c00715
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
||||
# KVISC (Kaleid Virtual Instruction Set Computer)
|
||||
|
||||
| ![MIT Logo](https://www.os-k.eu/MITLOGO.png) | This program is free software, released under the terms of the [MIT License](LICENSE) |
|
||||
|----------------------------------------------|----------------------------------------------------------------------|
|
||||
|
||||
### Virtual machine for a x86-64-like custom assembly language ...
|
||||
|
||||
... just for the sake of it
|
||||
|
||||
Will later include an assembly and possibly a basic DOS-like operating system in assembly
|
||||
|
||||
Note that every file within OS/K is written using spaces for tabulation, with each
|
||||
tabulation being 4 spaces long.
|
||||
|
||||
#### Compile from sources
|
||||
|
||||
To compile, simply use at the root of this project :
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
To compile and test, simply use at the root of this project :
|
||||
```
|
||||
make test
|
||||
```
|
Loading…
Reference in New Issue
Block a user