Skip to content

Commit

Permalink
Add Mobility.TestVM tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Dec 11, 2024
1 parent 0fa43f3 commit d186871
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mobility.TestVM/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.7b text eol=lf
2 changes: 2 additions & 0 deletions Mobility.TestVM/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.vmgs
*.vmrs
36 changes: 36 additions & 0 deletions Mobility.TestVM/Mobility.TestVM.7b
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"NanaBox": {
"ComPorts": {
"ComPort1": "\\\\.\\pipe\\Mobility.TestVM.ComPortPipe.1",
"ComPort2": "\\\\.\\pipe\\Mobility.TestVM.ComPortPipe.2",
"UefiConsole": "ComPort1"
},
"Gpu": {
"AssignmentMode": "Disabled"
},
"GuestStateFile": "Mobility.TestVM.vmgs",
"GuestType": "Windows",
"MemorySize": 32,
"Name": "Mobility.TestVM",
"NetworkAdapters": [
{
"Connected": true,
"EndpointId": "edbece97-5241-4a75-88d2-47b6c8f1b5c6",
"MacAddress": "00-15-5D-05-F9-FB"
}
],
"ProcessorCount": 1,
"RuntimeStateFile": "Mobility.TestVM.vmrs",
"ScsiDevices": [
{
"Type": "VirtualImage"
},
{
"Path": "Mobility.TestVM.vhd",
"Type": "VirtualDisk"
}
],
"Type": "VirtualMachine",
"Version": 1
}
}
Binary file added Mobility.TestVM/Mobility.TestVM.vhd
Binary file not shown.
1 change: 1 addition & 0 deletions Mobility.TestVM/OpenDebugBinariesFolder.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@start "" %~dp0..\Output\Binaries\Debug\x64
1 change: 1 addition & 0 deletions Mobility.TestVM/OpenReleaseBinariesFolder.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@start "" %~dp0..\Output\Binaries\Release\x64

0 comments on commit d186871

Please sign in to comment.