From 58999423b72236ec0d49284788ee99d4f5e43a00 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 16 Aug 2021 06:34:13 +0300 Subject: [PATCH] readme: add vinix info --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 418fce55d0..4ba52b5ee2 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,14 @@ https://github.com/vlang/gitly +## Vinix, an OS/kernel written in V + +V is great for writing low level software like drivers and kernels. Vinix is an OS/kernel that already runs bash, GCC, V, and nano. + +https://github.com/vlang/vinix + + + ## Troubleshooting Please see the [Troubleshooting](https://github.com/vlang/v/wiki/Troubleshooting) section on our [wiki page](https://github.com/vlang/v/wiki)