https://github.com/shmokmt/hariboteos
https://github.com/shmokmt/hariboteos
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shmokmt/hariboteos
- Owner: shmokmt
- Created: 2020-06-13T06:39:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T04:48:48.000Z (about 5 years ago)
- Last Synced: 2025-04-01T17:10:33.408Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HariboteOS
30日でできる!OS自作入門
## Requirements
```
brew isntall qemu
brew install mtools
brew install i386-elf-gcc
brew install nasm
```## References/Credits
* [tatsumack/30nichideosjisaku](https://github.com/tatsumack/30nichideosjisaku)
* [noanoa07/myHariboteOS](https://github.com/noanoa07/myHariboteOS)