diff --git a/README.md b/README.md index b00ccc5..4ed0ee9 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ | ![MIT Logo](https://www.os-k.eu/MITLLOGO.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 ... +### Virtual machine for a 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 +Note that every file within KVISC is written using spaces for tabulation, with each tabulation being 4 spaces long. #### Compile from sources