Subversion Repositories HelenOS

Rev

Rev 812 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 812 Rev 905
1
ia32 port
1
ia32 port
2
=========
2
=========
3
 
3
 
4
ia32 port is the oldest and the most advanced one.
4
ia32 port is the oldest and the most advanced one.
5
It was originally written by Jakub Jermar.
5
It was originally written by Jakub Jermar.
6
It is meant to support ordinary PC's based on IA-32 architecture.
6
It is meant to support ordinary PC's based on IA-32 architecture.
7
Both uniprocessor and multiprocessor modes are supported.
7
Both uniprocessor and multiprocessor modes are supported.
8
It runs both in emulated environment and on real hardware.
8
It runs both in emulated environment and on real hardware.
9
 
9
 
10
HARDWARE REQUIREMENTS
10
HARDWARE REQUIREMENTS
11
        o IA-32 processor (Pentium and successors)
11
        o IA-32 processor (Pentium and successors)
12
 
12
 
13
COMPILER REQUIREMENTS
-
 
14
        o binutils 2.15 and gcc 3.3.5
-
 
15
        o binutils 2.16 and gcc 4.0.1
-
 
16
        o older versions may do as well, but are now obsoleted
-
 
17
 
-
 
18
SMP COMPATIBILITY
13
SMP COMPATIBILITY
19
        o Bochs 2.0.2 - Bochs 2.2.6
14
        o Bochs 2.0.2 - Bochs 2.2.6
20
                o 2x-8x 686 CPU
15
                o 2x-8x 686 CPU
21
        o Simics 2.0.28 - Simics 2.2.19
16
        o Simics 2.0.28 - Simics 2.2.19
22
                o 2x-15x Pentium 4 CPU
17
                o 2x-15x Pentium 4 CPU
23
	o VMware Workstation 5.5
18
	o VMware Workstation 5.5
24
		o 2x CPU
19
		o 2x CPU
25
	o QEMU 0.8.0
20
	o QEMU 0.8.0
26
		o 2x-15x CPU
21
		o 2x-15x CPU
27
        o ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41
22
        o ASUS P/I-P65UP5 + ASUS C-P55T2D REV. 1.41
28
                o 2x 200Mhz Pentium CPU
23
                o 2x 200Mhz Pentium CPU
29
        o ASUS PCH-DL
24
        o ASUS PCH-DL
30
                o 2x 3000Mhz Pentium 4 Xeon (HT) CPU
25
                o 2x 3000Mhz Pentium 4 Xeon (HT) CPU
31
        o MSI K7D Master-L
26
        o MSI K7D Master-L
32
	        o 2x 2100MHz Athlon MP CPU
27
	        o 2x 2100MHz Athlon MP CPU
33
 
28
 
34
EMULATORS AND VIRTUALIZERS
29
EMULATORS AND VIRTUALIZERS
35
        o Bochs 2.0.2 - Bochs 2.2.6
30
        o Bochs 2.0.2 - Bochs 2.2.6
36
        o VMware Workstation 4, VMware Workstation 5, VMware Workstation 5.5
31
        o VMware Workstation 4, VMware Workstation 5, VMware Workstation 5.5
37
        o Simics 2.2.19
32
        o Simics 2.2.19
38
	o QEMU 0.8.0
33
	o QEMU 0.8.0
-
 
34
 
-
 
35
TOOLCHAIN REQUIREMENTS
-
 
36
        o binutils 2.15, 2.16, 2.16.1
-
 
37
	o gcc 3.3.5, 4.0.1, 4.1.0
-
 
38
        o older versions may do as well, but are now obsoleted
39
 
39