Re: [Freedos-devel] boot sector debugging...

2005-06-09 Thread Kenneth J. Davis
What I usually do is old fashioned printfs [or in this case calling BIOS print a character or a print # routine based on this, if I need to see values], disabling a chunk of later code if necessary for the code space. However, if you can live with GPL'd code, you may want to use our FreeDOS

Re: [Freedos-devel] boot sector debugging...

2005-06-09 Thread Bernd Blaauw
Christopher Evans schreef: It seems to lock up at fat chain loader, anyone have idea of debug a boot sector as it runs in realtime? This is a problem, getting a working fat12 loader to load my kernel, cant work on kernel unless got working loader and I run out of space in the file (512 limit).