Rev 1423 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1423 | Rev 1702 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
- | 29 | /** @addtogroup amd64mm |
|
- | 30 | * @{ |
|
- | 31 | */ |
|
- | 32 | /** @file |
|
- | 33 | */ |
|
- | 34 | ||
29 | /** Paging on AMD64 |
35 | /** Paging on AMD64 |
30 | * |
36 | * |
31 | * The space is divided in positive numbers - userspace and |
37 | * The space is divided in positive numbers - userspace and |
32 | * negative numbers - kernel space. The 'negative' space starting |
38 | * negative numbers - kernel space. The 'negative' space starting |
33 | * with 0xffff800000000000 and ending with 0xffffffff80000000 |
39 | * with 0xffff800000000000 and ending with 0xffffffff80000000 |
Line 188... | Line 194... | ||
188 | #endif /* __ASM__ */ |
194 | #endif /* __ASM__ */ |
189 | 195 | ||
190 | #endif /* KERNEL */ |
196 | #endif /* KERNEL */ |
191 | 197 | ||
192 | #endif |
198 | #endif |
- | 199 | ||
- | 200 | /** @} |
|
- | 201 | */ |
|
- | 202 |