Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yomi4486/qemu_helloworld

自作OSもどき
https://github.com/yomi4486/qemu_helloworld

assembly makefile nasm os qemu x86-64

Last synced: 8 days ago
JSON representation

自作OSもどき

Awesome Lists containing this project

README

        

### QEMU上で文字を表示するサンプル(自作OS的な何か)
アセンブリを使ったQEMU上で起動可能なプログラムです。

参考文献

- [簡易的なOS自作 (Qiita)](https://qiita.com/suwa3/items/80574687644d70729be1)

- [print string with bios interrupt 0x10 (StackOverflow)](https://stackoverflow.com/questions/27332266/print-string-with-bios-interrupt-0x10)

- [https://programmer.main.jp/assembler/0_1.html](https://programmer.main.jp/assembler/0_1.html)

OSの起動
```
make run
```
バイナリファイルの削除
```
make clean
```
パッケージのインストール(Homebrewが入ってる場合)
```
make install
```
> Homebrewがインストールされていない場合は、`package.txt`内のライブラリをインストールしてください。