Qemu Run And Chroot Unmount

This commit is contained in:
2022-12-02 19:16:08 +08:00
parent a5352c6942
commit fb0ff07ad6
7 changed files with 66 additions and 13 deletions

7
demo/APICheck/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
#include <Windows.h>
using namespace std;
int main(){
MessageBox(NULL, TEXT("a"), TEXT("A"), 32);
return 0;
}