Skip to content

biobios/os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

## 環境構築

### WSL2のインストール

管理者モードのPowershell上で次のコマンドを実行する
    wsl --install

### qemuのインストール

ubuntu上で次のコマンドを実行する
    sudo apt install qemu-system-x86
    sudo apt install ovmf
    sudo apt install qemu-utils

### clangのインストール

ubuntu上で次のコマンドを実行する
    sudo apt install clang
    sudo apt install lld

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published