Amazing recording feature by specific which code-block you want to record 2015-08-20 2.7K In the original GKD design, it works with bochs instrumentation. Being helped (https://sourceforge.net/p/bochs/discussion/39593/thread/d960fe94/?limit=50) by the author of bochs (Mr Stanislav…
handling exception 7 2015-08-19 2.7K the easiest way to handle exception 7 is to execute clts then iret. My kernel was crashed because it generated…
GKD can dump the exceptions now 2015-08-13 2.8K GKD can dump the exceptions now, it helps me to trace what happened to my kernel
hard to theme netbeans perfectly 2015-08-06 2.8K It is hard to theme netbeans using traditional swing look & feel. The reason is netbean's tab container is not…
grub is slow on bochs 2015-08-02 2.9K if grub is running slowly on bochs, try to add "--no-rs-codes" to your grub-bios-setup command. It will be 0.5 sec…
gcc can't handle too much #if macro 2015-08-02 6K gcc can't handle too much macro (#if, #define), the output dwarf will have wrong line number. So when you disassemble…