https://github.com/timolinn/x86_64_kernel
A minimal x86_64 arch kernel.
https://github.com/timolinn/x86_64_kernel
Last synced: about 2 months ago
JSON representation
A minimal x86_64 arch kernel.
- Host: GitHub
- URL: https://github.com/timolinn/x86_64_kernel
- Owner: timolinn
- License: mit
- Created: 2020-02-17T22:36:09.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T23:40:35.000Z (about 5 years ago)
- Last Synced: 2025-01-26T20:32:33.058Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini x86_64 Kernel
Based on Philip Opperman's [A minimal kernel](http://blog.phil-opp.com/rust-os/multiboot-kernel.html)
## How To Run
+ Clone or fork this repo
+ Run `$ vagrant up`
+ Run `$ vagrant ssh -- -Y`
+ `$ cd /vagrant` // this is virtualized directory on your HD
+ `$ make run`