mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
Rename project
This commit is contained in:
@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
|
|||||||
#set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
#set(CMAKE_DISABLE_SOURCE_CHANGES ON)
|
||||||
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
|
set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
|
||||||
|
|
||||||
project(secret LANGUAGES C CXX)
|
project(hypervisor LANGUAGES C CXX)
|
||||||
|
|
||||||
##########################################
|
##########################################
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# secret
|
# Hypervisor
|
||||||
|
|
||||||
Hypervisor experiments.
|
Hypervisor experiments.
|
||||||
Nothing serious. Yet.
|
Nothing serious. Yet.
|
||||||
@ -7,5 +7,5 @@ Nothing serious. Yet.
|
|||||||
|
|
||||||
<a href="https://github.com/ionescu007/SimpleVisor">SimpleVisor</a>
|
<a href="https://github.com/ionescu007/SimpleVisor">SimpleVisor</a>
|
||||||
<a href="https://github.com/Gbps/gbhv/tree/master/gbhv">gbhv</a>
|
<a href="https://github.com/Gbps/gbhv/tree/master/gbhv">gbhv</a>
|
||||||
|
|
||||||
<a href="https://www.flaticon.com/free-icon/cyber-security_2092663?related_id=2092663&origin=tag" title="cyber security icons">Icon</a>
|
<a href="https://www.flaticon.com/free-icon/cyber-security_2092663?related_id=2092663&origin=tag" title="cyber security icons">Icon</a>
|
Reference in New Issue
Block a user