Skip to content

Commit

Permalink
virtualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
xy-241 committed Jan 22, 2025
1 parent b05a723 commit 3416e6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions content/Virtualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ tags:
- OS
- docker
Creation Date: 2024-03-06, 14:20
Last Date: 2024-10-17T17:02:50+08:00
Last Date: 2025-01-22T20:50:32+08:00
References:
draft:
description:
---
## Abstract
---
- Virtualisation is a technology that allows you to create multiple simulated, or "virtual" computer environments on a single physical machine
- Virtualisation is a **software emulation of hardware**. It allows you to have **multiple [[OS]]** running inside **a host OS**

>[!important] Type 1 hypervisor
> ![[type1_hypervisor.png|500]]
>[!important] Type 2 hypervisor
> ![[type2_hypervisor.png|500]]

## Virtualisation Tools
---
### Vagrant
- A piece of software to manage VMs with ease
</br>

1. [Install VirtualBox](https://www.virtualbox.org/wiki/Downloads)
2. Install Vagrant
Expand Down
Binary file added content/assets/type1_hypervisor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/assets/type2_hypervisor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3416e6b

Please sign in to comment.