From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by ozlabs.org (Postfix) with ESMTP id 29252DE0DC for ; Wed, 31 Oct 2007 16:18:18 +1100 (EST) Received: by nz-out-0506.google.com with SMTP id i1so23768nzh for ; Tue, 30 Oct 2007 22:18:17 -0700 (PDT) Message-ID: Date: Tue, 30 Oct 2007 23:18:16 -0600 From: "Grant Likely" Sender: glikely@secretlab.ca To: "Bai Shuwei" Subject: Re: ring on PowerPC In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: Cc: linuxppc-dev@ozlabs.org, linuxppc-embedded@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/30/07, Bai Shuwei wrote: > Hi, everyone > As we know, the program on the X86 can run on the differnt ring(0, 1, 2, > 3) and the linux kernel run in the ring 0 and user program in the ring 3. > And now I want to know wether there is a simple mechanism on the PowerPC > architecture? thx all! Powerpc has 2 privilege levels; user and supervisor. The kernel runs in supervisor mode, and user-space runs in user mode. g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. grant.likely@secretlab.ca (403) 399-0195