From 025b8ba4a9e3b2b7b6818051294cc5cff3b02798 Mon Sep 17 00:00:00 2001 From: Vinicius Silva Date: Sun, 11 Feb 2024 22:19:02 -0300 Subject: [PATCH] Fix html --- certificates.html | 2 +- researches.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/certificates.html b/certificates.html index 220ef08..0780a95 100644 --- a/certificates.html +++ b/certificates.html @@ -191,7 +191,7 @@

-

Open Source Software Development Methods, The Linux Foundation


+

Open Source Software Development Methods, Linux and Git, The Linux Foundation



link
diff --git a/researches.html b/researches.html index 4a8b50a..d32b29e 100644 --- a/researches.html +++ b/researches.html @@ -194,7 +194,8 @@

My undergraduate thesis proposes a kernel-bypass device that implements a communication abstraction between processes using the zero-copy technique, involving direct data transfer between processes in a microkernel architecture, removing context switches and intermediate copies that cause overhead.

• Advisor 1: Pedro Henrique Penna

• Advisor 2: Henrique Cota de Freitas

- + +

Researcher in Compilers and Operating System at Nanvix

Virtual Machine develop using C and C++ languanges. Nanvix VM decode a MIPS and ARM assembly, translate to RISC-V Assembly and run in a manycore processor!