Hi all, I took the below quoted lines from Linux Kernel Internals book "There are two mechanisms under Linux for implementing system calls: lcall7/lcall27 call gates; int 0x80 software interrupt. " I understood the second one i.e how system calls r implemented under i386 architecture using int 0x80 software interrupt. But i dont have any idea about lcall7/lcall27 call gates. Can any one please tell me how it works. thanks and regards, mohan. - Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ IRC Channel: irc.openprojects.net / #kernelnewbies Web Page: http://www.kernelnewbies.org/