Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/30daysos
30日でできる! OS自作入門 を Windows10 でやっていきます
https://github.com/zztkm/30daysos
Last synced: 10 days ago
JSON representation
30日でできる! OS自作入門 を Windows10 でやっていきます
- Host: GitHub
- URL: https://github.com/zztkm/30daysos
- Owner: zztkm
- Created: 2020-09-12T06:45:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T08:06:35.000Z (over 4 years ago)
- Last Synced: 2024-12-20T23:29:44.676Z (14 days ago)
- Language: Batchfile
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30日でできる! OS自作入門
windows10で開発を進めています。
## 開発環境構
**必要なもの**
- git
- [HariboteOS/z_tools_win](https://github.com/HariboteOS/z_tools_win)を使用させていただいています```cmd
rem 自作OSを作るためのフォルダを作成します> md MyOS
> cd MyOSrem このリポジトリをクローンします
> git clone https://github.com/zztkm/30daysOS.gitrem windows用の開発ツールをクローンします
> git clone https://github.com/HariboteOS/z_tools_win.git
> ren z_tools_win z_tools
```## 起動方法
**例**
```cmd
rem cmd.exeでの実行を想定しています> cd haribote\helloos0
> run
```コマンドプロンプトで上記を実行すれば実行可能です。
または、エクスプローラー上で`!cons_nt.bat`でコマンドプロンプトを起動してから`run`を実行することでも実行できます。**例の実行結果**
![](docs/img/HelloWorld.png)