Page 1 of 1

Virtual Box Guest Additions

Posted: Tue Jul 20, 2021 1:35 pm
by SanderR
Hello everyone,

I started to work on implementing Virtual Box Guest Additions. I managed to get the seamless mouse and logging working.
Now my focus is on Shared Folders.

I face an issue regarding shared folders:
I found out on the wiki that first, you need to enable VBoxSharedFolders.
I tried this but in the logs, I cannot see if it goes alright or not. even the result code does not work.
Also, I do not understand how to set up the package to get the root folder. On the wiki they talk about "type" in the call function but I do not see what I should enter there.

This is my code: https://github.com/AdeRegt/SanderOSUSB/ ... dev/vbox.c

I hope someone can help me. thank you.

Re: Virtual Box Guest Additions

Posted: Thu Jul 22, 2021 4:59 am
by bloodline
SanderR wrote:Hello everyone,

I started to work on implementing Virtual Box Guest Additions. I managed to get the seamless mouse and logging working.
Very interesting! I was thinking recently that I would like to support VirtualBox as a host to allow more complex testing!