lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 9cefba4 was b1cf98c, checked in by Jakub Jermar <jakub@…>, 20 years ago |
Documentation updates for amd64, mips32 and ia32.
Replace %L with %P printf() formatter in MPS and ACPI detection functions to print addresses in maximal width.
Tweak memmap.S and IA-32 and AMd64 boot.S.
Cancel unneeded instructions.
Replace cmpl $0, %ebx with testl %ebx, %ebx.
Move memmap.S data to K_DATA_START section.
|
-
Property mode
set to
100644
|
File size:
747 bytes
|
Line | |
---|
1 | amd64 port
|
---|
2 | ==========
|
---|
3 |
|
---|
4 | The fifth port, amd64 port, was originally written by Ondrej Palkovsky.
|
---|
5 | The goal is to support AMD64 and Intel Extended Memory 64 Technology PC's.
|
---|
6 | The port makes use of portable parts of ia32.
|
---|
7 | Both uniprocessors and multiprocessors are supported.
|
---|
8 | The kernel runs on real hardware and in simulators too.
|
---|
9 |
|
---|
10 | HARDWARE REQUIREMENTS
|
---|
11 | o AMD64 architecture processor
|
---|
12 | o Intel Extended Memory 64 Technology processor
|
---|
13 |
|
---|
14 | CPU
|
---|
15 | o Intel Xeon with Intel Extended Memory 64 Technology
|
---|
16 |
|
---|
17 | SMP COMPATIBILITY
|
---|
18 | o Bochs 2.2.1
|
---|
19 | o 2x-8x AMD64 CPU
|
---|
20 | o Simics 2.2.19
|
---|
21 | o 2x-8x AMD hammer CPU
|
---|
22 | o HP ProLiant ML350 (HyperThreading)
|
---|
23 |
|
---|
24 | EMULATORS AND VIRTUALIZERS
|
---|
25 | o Bochs 2.2.1
|
---|
26 | o Simics 2.2.19
|
---|
Note:
See
TracBrowser
for help on using the repository browser.