Sunday, February 27, 2011

Up late, isn't it Great!! /sigh

A picture is really worth a thousand words..... Up late still configuring virtual machines for development.

Friday, February 25, 2011

Bochs Configuration for internal gui debugger...

This seems to be the best debugging configuration for Bochs-2.4.6 and using the Gui Debugger

configure
--enable-smp
--enable-all-optimizations
--enable-x86_64
--enable-pci
--enable-vmx
--enable-debugger
--enable-disasm
--enable-debugger-gui
--enable-logging
--enable-vbe
--enable-fpu
--enable-3dnow
--enable-cdrom
--enable-x86-debugger
--enable-iodebug
--with-x
--with-x11
--with-term

Wednesday, February 16, 2011

Time and No Time...

I have been pretty slammed the last few weeks, I haven't had time for much of anything at all.  That being said, I am exploring Qt Creator IDE that was talked up in the C++ Pro group on LinkedIn.  It seems to be exactly what they said it was, awesome.  I haven't had any chance to sit down and work on Placement Alloc/Malloc/New system yet.  But it will eventually get implemented.  Here is the mandatory screenshot of Qt Creator with my OS project loaded...

Tuesday, February 1, 2011

Working IRQs and System Timer

The system timer spitting out tick counts while a for loop spits out an index. This is pretty good step as now I have ISRs and IRQs as well as a system timer.