lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Aug 2006 15:27:27 -0700 (PDT)
From:	Aleksey Gorelov <dared1st@...oo.com>
To:	Phillip Susi <psusi@....rr.com>
Cc:	arjan@...radead.org, jengelh@...ux01.gwdg.de,
	daniel.rodrick@...il.com, linux-kernel@...r.kernel.org,
	kernelnewbies@...linux.org, linux-newbie@...r.kernel.org,
	satinder.jeet@...il.com
Subject: Re: Generic Disk Driver in Linux



--- Phillip Susi <psusi@....rr.com> wrote:

> The int 13 calls to the bios can only accept addresses within the first 
> 1 MB of memory, and the calls are synchronous, so DMA really doesn't 
> matter as the cpu will be busy waiting anyhow while the IO takes place, 
> which will wreak all kinds of hell on the rest of the running system, 
> including other hardware ISRs.
> 
  Not that easy. Once you start int13 transfer, your vm86 thread may be 
preempted to allow cpu doing something useful, including other ISRs processing.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ