Implement experimental bridge for kvm virtual machines

This commit is contained in:
EnderIce2
2024-05-30 05:32:56 +03:00
parent 20728818d2
commit 3ac5605a52
9 changed files with 401 additions and 75 deletions

View File

@@ -12,6 +12,7 @@ build: $(C_OBJECTS)
$(info Linking)
x86_64-w64-mingw32-windres bridge.rc -O coff -o bridge.res
x86_64-w64-mingw32-gcc $(C_OBJECTS) bridge.res $(LFLAGS) $(DBGFLAGS) -o build/bridge.exe
gcc kvm.c -o build/rpc-bridge.elf
%.o: %.c
$(info Compiling $<)