[ success (partially)! ]

this evening was rather interesting -- I've been able to get ps2pc to actually *run*!

well, it's not very exciting, here's the output:

DEBUG: Init.
DEBUG: memory base inited at address [00026B80]
DEBUG: no adjustment necessary to base memory pointer.
DEBUG: Memory init success -- 1Mb available, base RAM pointer @ 0x00026B80.
DEBUG: Loading BIOS at F000:0000 (addr=0x00116B80)...
DEBUG: Shutdown.

tonight I will begin implementing the main execution loop -- to compile code and begin executing it. I may also need to do some more device stuff... perhaps do true ROM emulation? hmm... it would be faster if I don't have to check writes to ROM (and hence, not allow them), but then -- well-behaved apps shouldn't write to ROM space anyway! :)