From b0962072ea2d75b6aa7365d687e84b3f9b88318d Mon Sep 17 00:00:00 2001 From: xn0px90 Date: Sun, 20 Oct 2024 14:55:40 -0400 Subject: [PATCH] add unikernel & v-analyzer (#229) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 442b569..d0c764f 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ ### Operating systems/Kernels - [Vinix](https://github.com/vlang/vinix) - Small and simple OS in V. Runs bash. +- [V-Unikernel](https://github.com/vlang/unikernel) - A unikernel is a computer program statically linked with the operating system code on which it depends. ### Package managers @@ -357,6 +358,7 @@ #### VS Code - [vscode-vlang](https://github.com/vlang/vscode-vlang) - V Language extension for Visual Studio Code. +- [v-analyzer](https://github.com/vlang/v-analyzer) - Bring IDE features for the V programming language to VS Code. #### Vim