Code Monkey home page Code Monkey logo

kani2's Introduction

memo

ビルドのやり方

各ディレクトリで cargo build もしくは make build

以下の環境変数でスイッチ(組み合わせ可能)

  • RELEASE=1 - リリースビルド
  • QEMU=1 - QEMU用にビルド

tips

USBメモリの作り方

  1. win+Rdiskpart を起動
  2. 次のコマンドを入力
DISKPART> list disk
(ディスク一覧が出る)
DISKPART> select disk 2 # 個々の番号は上記コマンドで出たディスクに合わせる
DISKPART> clean
DISKPART> convert gpt
DISKPART> create partition primary
DISKPART> select partition 1
DISKPART> format fs=fat32
DISKPART> assign
DISKPART> exit

おまじない command

efibootmgr --create --disk /dev/sdX --part 1  --loader \\EFI\\BOOT\\kani2_loader.efi --label kani2 #エントリー追加
efibootmgr -o 0003,0004,0000,0005,0001,0002 #OS のエントリーが優先されるように変更
efibootmgr -n $(efibootmgr | grep kani2 | cut -c 5-8) #BitVisor を起動したい時のみ実行

kani2's People

Contributors

renovate[bot] avatar totsugekitai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kani2's Issues

ページフレーム管理

ページフレーム(物理アドレスの単位)を管理する。

今のところはビットマップで管理するのが簡単そうなので有力。

  • 管理マネージャの初期化
  • alloc
  • free

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

cargo
common/Cargo.toml
  • uefi 0.16.0
kernel/Cargo.toml
  • x86_64 0.14.10
  • spin 0.9.8
  • lazy_static 1.4.0
  • linked_list_allocator 0.10.2
  • bitmaps 3.2.0
loader/Cargo.toml
  • uefi 0.16.0
  • uefi-services 0.13.0
  • goblin 0.5.4
github-actions
.github/actions/cache_cargo/action.yaml
  • actions/cache v3
.github/workflows/ci.yaml
  • actions/checkout v3
  • actions/checkout v3

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.