dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
806 stars 110 forks source link

Add i686-elf-gdb to cross compiler script #182

Closed ethanmw closed 6 years ago

ethanmw commented 6 years ago

Adds steps to download and install the cross-platform version of gdb (i686-elf-gdb) to the build-cross-compiler.sh script so that gdb can be used to debug basekernel