Skip to content

書籍「30日でできる!OS自作入門」に習って開発している自作OSです.

Notifications You must be signed in to change notification settings

tasuwo/hariboteOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

これは何

下記の書籍を参考に実装中の自作OS.

30日でできる! OS自作入門

開発環境

動作確認環境は macOS Catalina。

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.15.4
BuildVersion:	19E287

書籍で対象としているのは Windows であることと、macOS Catalina から 32bit ソフトウェアは起動できなくなってしまった。そのため、Docker で Haribote OS の開発環境を構築できる tolenv を利用させていただくことにした。

Requirements

Docker

下記からインストールする。

https://docs.docker.com/get-docker/

qemu

$ brew install qemu

tolenv

$ git clone https://github.com/HariboteOS/tolenv
$ cd tolenv

# Dockerイメージの取得
$ make pull

# コンテナの起動
$ make up

# コンテナの終了
$ make down

hariboteOSの起動

# `tolenv` の `z_tools` 以下に本プロジェクトを clone
$ cd z_tools
$ git clone https://github.com/tasuwo/hariboteOS

# qemu 起動
$ cd hariboteOS
$ make run

About

書籍「30日でできる!OS自作入門」に習って開発している自作OSです.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published