Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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