blob: 0ce5c6b6549fa61ae70a9b4e1e3372670e7e5d4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] i686 must be Pentium II ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20i686%20must%20be%20Pentium%20II%20%3F&In-Reply-To=%3CAANLkTim09eTrJ%2B9Bdp2Zgk6bQph-qPxT1KWaHARzegR%2B%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="000277.html">
<LINK REL="Next" HREF="000272.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] i686 must be Pentium II ?</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20i686%20must%20be%20Pentium%20II%20%3F&In-Reply-To=%3CAANLkTim09eTrJ%2B9Bdp2Zgk6bQph-qPxT1KWaHARzegR%2B%40mail.gmail.com%3E"
TITLE="[Mageia-dev] i686 must be Pentium II ?">thierry.vignaud at gmail.com
</A><BR>
<I>Sun Sep 26 23:55:41 CEST 2010</I>
<P><UL>
<LI>Previous message: <A HREF="000277.html">[Mageia-dev] i686 must be Pentium II ?
</A></li>
<LI>Next message: <A HREF="000272.html">[Mageia-dev] i686 must be Pentium II ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#279">[ date ]</a>
<a href="thread.html#279">[ thread ]</a>
<a href="subject.html#279">[ subject ]</a>
<a href="author.html#279">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>2010/9/26 Giuseppe Ghibò <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">ghibomgx at gmail.com</A>>:
>><i> - Intel i586 (all)
</I>>><i>
</I>>><i> - Intel Pentium Pro
</I>>><i> - Intel Pentium II
</I>>><i> - Intel Pentium III (Including some Pentium D)
</I>
(...)
><i> As I said I would see someone with such hardware, taking a CD of latest MDV
</I>><i> or cooker and try to install to do something and do a report.
</I>
I did run mandriva 2009.x on a PIII with 256Mb of RAM a year ago.
Hopefully upgraded to 512Mb
Yes video playback is painful on original i810 but it worked.
><i> You are forgetting a midrange. Which is the midrange of not the latest
</I>><i> hardware but a memory around 2-4GB RAM. In that set a 32bit OS is still
</I>><i> consuming 30-50% fewer memory than 64bit.
</I>
Yes x86_64 consumes a little more RAM.
But on the other hand it :
- leverages SS2,
- offers twice more regular registers that are twice bigger
(and yes register pressure is a big issue on x86)
- offers twice more SSE registers
- enables to actually use the RAM between 3 and 4Gb which is not
usable on quite a lot of chipsets.
- it makes easier to use bigger disks (64bit math for adressing
sectors on big volumes is expensive on 32bit)
And PLEASE learn to QUOTE ONLY THE APPROPRIATE SHORT PASSAGES.
Thanks...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="000277.html">[Mageia-dev] i686 must be Pentium II ?
</A></li>
<LI>Next message: <A HREF="000272.html">[Mageia-dev] i686 must be Pentium II ?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#279">[ date ]</a>
<a href="thread.html#279">[ thread ]</a>
<a href="subject.html#279">[ subject ]</a>
<a href="author.html#279">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|