Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 569 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 569 Bytes

kernel-dev

Scripts related to kernel development. Not much here at the moment except for a couple of thin wrapper scripts inspired by a blog post by Stefan Hajnoczi.

build_initramfs

Thin wrapper around gen_init_cpio. There is an example file list in initramfs/filelist that builds a simple busybox based initramfs.

boot_kernel

Execute from the root of a Linux git repo to boot the kernel in the current terminal. Useful for quickly testing a newly built kernel.