Skip to content

Commit

Permalink
Moves hypervisor to kernel (obhq#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Mar 24, 2024
1 parent b611c64 commit dcbf2ac
Show file tree
Hide file tree
Showing 13 changed files with 336 additions and 407 deletions.
1 change: 0 additions & 1 deletion src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"fs",
"ftp",
"gmtx",
"hv",
"kernel",
"llt",
"macros",
Expand Down
23 changes: 0 additions & 23 deletions src/hv/Cargo.toml

This file was deleted.

338 changes: 0 additions & 338 deletions src/hv/src/lib.rs

This file was deleted.

5 changes: 4 additions & 1 deletion src/kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ clap = { version = "4.1", features = ["derive"] }
discord-rich-presence = "0.2"
elf = { path = "../elf" }
gmtx = { path = "../gmtx" }
hv = { path = "../hv" }
iced-x86 = { version = "1.18", features = ["code_asm"] }
libc = "0.2"
llt = { path = "../llt" }
Expand All @@ -42,6 +41,7 @@ features = [
"Win32_Storage_FileSystem",
"Win32_System",
"Win32_System_Diagnostics_Debug",
"Win32_System_Hypervisor",
"Win32_System_IO",
"Win32_System_Kernel",
"Win32_System_Memory",
Expand All @@ -50,3 +50,6 @@ features = [
"Win32_System_Time",
"Win32_System_WindowsProgramming",
]

[build-dependencies]
cc = "1.0.90"
Loading

0 comments on commit dcbf2ac

Please sign in to comment.