https://github.com/ymdarake/write-your-own-operating-system
Sample code for the video "Write your own Operating System"
https://github.com/ymdarake/write-your-own-operating-system
kernel operating-system operating-system-learning os
Last synced: 3 months ago
JSON representation
Sample code for the video "Write your own Operating System"
- Host: GitHub
- URL: https://github.com/ymdarake/write-your-own-operating-system
- Owner: ymdarake
- Created: 2018-08-19T11:13:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T14:09:34.000Z (over 6 years ago)
- Last Synced: 2025-01-16T06:28:46.141Z (4 months ago)
- Topics: kernel, operating-system, operating-system-learning, os
- Language: C++
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Write your own Operating System
- sample code for the video [Write your own Operating System](https://www.youtube.com/watch?v=1rnA6wpF0o4)# Setup
- `vagrant up` to start Linux Mint for dev
- in the Linux Mint started above, do:
- `cd ~/workspace/write-your-own-operating-system/src && sudo make mykernel.iso`
- start `virtualbox` to create vm manually
- Name: `My Operating System` (specified in the Makefile)
- Type: `Other`
- Version: `Other/Unknown`
- Hard drive: `Do not add a virtual hard drive`
- Select start-up disk: `~/workspace/write-your-own-operating-system/src/mykernel.iso`
- then `sudo make run` to run your os