: assert ( "drivers/vgaplan4.c", line=173,
: msg=0x129403 "y2 >= 0 && y2 < psd->yres")
Rosimildo -
The reason that asserts aren't working is because
the vga driver has only been tested on the ELKS system,
which lacks an assert() macro. Thus, the assert()'s have
never been compiled in.... ;-)
I've never been able to get my system running vga16 framebuffer,
so I can't test the damn driver without running ELKS.
Greg
