kernel-studio icon indicating copy to clipboard operation
kernel-studio copied to clipboard

kernel-studio

Kernel developing and debugging environment.

warning

Before everything, do read and get through each file.

requirements

  • gcc
  • gdb
  • make
  • QEMU
  • C libraries(static)

install

make install

run testing system

make run

run debugging system(kgdb)

make debug