https://github.com/refi64/mk64
A simple 64-bit kernel written in Myrddin (NOT FULLY FUNCTIONAL RIGHT NOW!)
https://github.com/refi64/mk64
Last synced: 5 months ago
JSON representation
A simple 64-bit kernel written in Myrddin (NOT FULLY FUNCTIONAL RIGHT NOW!)
- Host: GitHub
- URL: https://github.com/refi64/mk64
- Owner: refi64
- License: other
- Created: 2015-04-16T15:29:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T15:29:55.000Z (about 11 years ago)
- Last Synced: 2025-03-25T05:06:46.967Z (about 1 year ago)
- Language: Makefile
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
mk64
====
A simple 64-bit kernel written in `Myrddin `_.
It's still a work-in-progress (short version: the keyboard inputs don't work)...but it's still neat.
Building
********
::
$ ./configure
$ make
Running
*******
::
$ make run # run in QEMU
$ bochs # run in Bochs