Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 305 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 305 Bytes

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