From 634befdcca26b98a80c2a2422ee921cb7948ee19 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sat, 21 Dec 2019 00:54:20 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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