|
From: Nicholas N. <nj...@cs...> - 2005-08-17 13:18:38
|
On Wed, 17 Aug 2005, Tom Hughes wrote: > Well int 5 is of no use to a user mode linux program as it will just > cause a trap into the kernel and will probably wind up with the > program getting a signal of some sort. > > The only software interrupt used on linux is 0x80 for system calls. At least one Java VM uses INT to generate a software interrupt when array bounds are exceeded. Nick |