Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfrw/ktester
Use qemu to boot a minimal FS for learning basic kernel development
https://github.com/mfrw/ktester
Last synced: about 1 month ago
JSON representation
Use qemu to boot a minimal FS for learning basic kernel development
- Host: GitHub
- URL: https://github.com/mfrw/ktester
- Owner: mfrw
- Created: 2017-11-26T11:05:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-04T07:32:53.000Z (about 7 years ago)
- Last Synced: 2024-10-20T06:10:16.782Z (3 months ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PLEASE set the KDIR first for this to work.
In the makefile, after the realpath, enter the path to your linux kernel source
`KDIR=$(shell realpath ~/kp/)`You should have qemu-system-x86 installed for x86.
When you are all set..
try :
`make boot`then using minicom
`minicom -D /dev/pts/4`
The number may varry ...
Dependency:
build-essential
qemu-system-x86
qemu-system-arm // if you care about arm
kvm
minicom