VBoxGuest драйвер и VBoxCtrl управление #352

Open
lex_coder wants to merge 2 commits from lex_coder/kolibrios:VBoxGuest into main
First-time contributor

Реализовано:
Mouse - абсолютное позиционирование мыши
Display - синхронизация разрешения экрана
Clipboard - общий буфер обмена
Shared Folders - общие папки
Heartbeat - мониторинг состояния гостя
Guest Properties - свойства гостевой машины
Timesync - синхронизация времени (отключена)
Seamless - бесшовный режим окон (отключен)
и известное количество багов

Реализовано: Mouse - абсолютное позиционирование мыши Display - синхронизация разрешения экрана Clipboard - общий буфер обмена Shared Folders - общие папки Heartbeat - мониторинг состояния гостя Guest Properties - свойства гостевой машины Timesync - синхронизация времени (отключена) Seamless - бесшовный режим окон (отключен) и известное количество багов
lex_coder added 2 commits 2026-03-04 18:48:48 +00:00
Add VBoxGuest driver code
Some checks failed
Build system / Check kernel codestyle (pull_request) Has been cancelled
Build system / Build (pull_request) Has been cancelled
ab59015ded
mxlgv requested changes 2026-03-07 20:47:12 +00:00
mxlgv left a comment
Owner

@lex_coder Hi!

I see that you have done a titanic job and your solution is extremely structured. This is worthy of all praise and respect.

What problems have I noticed:

  • Integration into the TUP build system needs to be considered.
  • I would like to see comments in the code in English (include PR description), since the project is international (a lot of work has been done to get rid of comments in Russian in the kernel, including various jokes).
@lex_coder Hi! I see that you have done a titanic job and your solution is extremely structured. This is worthy of all praise and respect. What problems have I noticed: - Integration into the TUP build system needs to be considered. - I would like to see comments in the code in English (include PR description), since the project is international (a lot of work has been done to get rid of comments in Russian in the kernel, including various jokes).
Some checks failed
Build system / Check kernel codestyle (pull_request) Has been cancelled
Required
Details
Build system / Build (pull_request) Has been cancelled
Required
Details
This pull request doesn't have enough required approvals yet. 0 of 2 official approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u VBoxGuest:lex_coder-VBoxGuest
git checkout lex_coder-VBoxGuest
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#352