From 8a4b1da1e7f206d9c24be9e95ac73e84abd8be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 15 Nov 2004 18:01:52 +0000 Subject: [PATCH] Corrected the information where the real/protected mode stacks begin; the comment did not take the BIOS data area into account. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9957 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/bios_ia32/mmu.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/kernel/boot/platform/bios_ia32/mmu.cpp b/src/kernel/boot/platform/bios_ia32/mmu.cpp index 57fc82bfb8..49dd3e7e9e 100644 --- a/src/kernel/boot/platform/bios_ia32/mmu.cpp +++ b/src/kernel/boot/platform/bios_ia32/mmu.cpp @@ -1,8 +1,9 @@ /* -** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Based on code written by Travis Geiselbrecht for NewOS. -** Distributed under the terms of the Haiku License. -*/ + * Copyright 2004, Axel Dörfler, axeld@pinc-software.de. + * Based on code written by Travis Geiselbrecht for NewOS. + * + * Distributed under the terms of the MIT License. + */ #include "mmu.h" @@ -21,8 +22,8 @@ /** The (physical) memory layout of the boot loader is currently as follows: - * 0x0 - 0x10000 protected mode stack - * 0x0 - 0x09000 real mode stack + * 0x0500 - 0x10000 protected mode stack + * 0x0500 - 0x09000 real mode stack * 0x10000 - ? code * 0x101000 1st temporary page table (identity maps 0-4 MB) * 0x102000 2nd (4-8 MB)