MIT6.828 ubuntu16.04上安装cgdb debug pc boot
手动编译安装cgdbgit clone https://github.com/cgdb/cgdb.gitcd cgdb./autogen.sh./configure --prefix=/usr/local --target=i386-jos-elf --program-prefix=i386-jos-elf- \ --disable-werror #这个执行过程中缺什么就安装什么make allmake install # This step may r





