|
From: Royce M. I. <ro...@ev...> - 2002-07-14 01:05:20
|
Casper et all, I can't seem to get your new debug info to work, nor can I get addr2line to work. I must be doing something wrong, but I don't know what :( I did a make clean, changed config as you suggested, and then did a make, then ran install.bat. I'm still crashing on the zip drive, and yes, Eric, it's an ATAPI as a previous e-mail showed. I noticed in atapi.c that if the BytesPerSector is 0, it is set to 512. I don't know if that was just put in or not, but it's still crashing. Here's my files: === bootsym.bat === loadros system32\ntoskrnl.exe system32\hal.dll /DEBUGPORT=SCREEN bootsym.lst === end of bootsym.bat === === bootsym.lst === system32\drivers\scsiport.sys system32\drivers\atapi.sys system32\drivers\class2.sys system32\drivers\disk.sys system32\drivers\vfatfs.sys system32\config\system.hiv system32\ntoskrnl\ntoskrnl.sym hal\halx86\hal.sym drivers\storage\scsiport\scsiport.sym drivers\storage\atapi\atapi.sym drivers\storage\class2\class2.sym drivers\storage\disk\disk.sym drivers\fs\vfat\vfatfs.sym * === end of bootsym.lst === === config === # # Architecture to build for # # Specify one of: i386 # Possible values in the future: alpha,i386,m68k,mips,powerpc ARCH := i386 # # Whether to compile in the kernel debugger # KDBG := 0 # # Whether to compile for debugging # DBG := 1 # # Whether to compile a multiprocessor or single processor version # MP := 0 # # Whether to compile for ACPI compliant systems # ACPI := 0 === end of config === |