Using sysarch specific syscalls in assembly?

alexander arundel at h3c.de
Tue Aug 9 14:12:32 GMT 2005


On Tue Aug  9 05, alexander wrote:
> 
> Any ideas? Maybe a timing issue?
> 

Ehmm...can anybody explain the following to me?

out dx,al ; -> bus error


	mov ecx,0FFFFFFh
.wait:
	nop
	loop .wait,ecx
	out dx,al ; - > no bus error

I'm clueless. :(


More information about the freebsd-hackers mailing list