[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trick to burning a bootable Debian CD?



LeVA wrote:

2004. június 24. 15:54,
John Summerfield <debian@ComputerDatasafe.com.au> -> debian-user@lists.debian.org:
On many/most Linux systems, it seems you need to turn on DMA first:
hdparm -d1 -u1 /dev/cdrom
What does that unmaskirq mean?


On IA32 systems, interupts can be turned off (masked), potentially for long (by computer standards) periods. Typically this happens when an interrupt occurs (it's part of the interrupt handling), and the interrupt handler turns them back on when it's finished saving the system state and generally sorted itself out. However, there has been some buggy hardware around and so the drivers take a more conservative approach, one that isn't good for performance but also doesn't crash those buggy systems.

"-u1" turns off that conservative approach.



--

Cheers
John

-- spambait
1aaaaaaa@computerdatasafe.com.au  Z1aaaaaaa@computerdatasafe.com.au



Reply to: