vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

Win kernel #90

Closed ddkwork closed 2 years ago

ddkwork commented 2 years ago

How to write a windows kernel driver hook ssdt table with vt-x ept page hide use vlang

Dennisbonke commented 2 years ago

What? Doesn't seem related to Vinix at all. This isn't windows kernel development.

ddkwork commented 2 years ago

What? Doesn't seem related to Vinix at all. This isn't windows kernel development.

any winapi binded?

JalonSolov commented 2 years ago

Why would there be an winapi binding, when this is a Linux compatible kernel?