From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3E45339D.7070008@bar.net> From: Glenn McGuire User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212 MIME-Version: 1.0 To: 9fans@cse.psu.edu Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [9fans] Looking for namespace details Date: Sat, 8 Feb 2003 11:43:09 -0500 Topicbox-Message-UUID: 5361d90c-eacb-11e9-9e20-41e7f4b1d025 Hi, I'm trying to understand how namespaces are implemented in Plan9, and I've run into a block. I started tracing stuff like 'bind' and 'open' through the source code, and they all point to /sys/src/libc/9syscall/.s All of these (dynamically generated) assembly functions appear to cause a jump to a dispatch table. ("INT 64, vec"-- a newbie guess would say that we're jumping from user space to kernel space?) My question is -- where is the code for the kernel side of these calls? -gm