[Bug 361941] New: Default kernel istalled is pae instead of default
https://bugzilla.novell.com/show_bug.cgi?id=361941 Summary: Default kernel istalled is pae instead of default Product: openSUSE 11.0 Version: Alpha 2 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sloncho@gmail.com QAContact: jsrain@novell.com Found By: --- Installing 11.0 alpha 2 in VMWare virtual machine, with 512M RAM and 2 processors. The installer decided to install the "pae" kernel, not the default one, as it was with 10.3. As far as I know "pae" is the so called in the past BIGMEM - i.e. for machines with more than 4G of memory. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c1 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Marcus Meissner <meissner@novell.com> 2008-02-14 14:51:17 MST --- yes, we chose PAE now by default, to enable NX capabilities of the processors. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User sloncho@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c2 --- Comment #2 from Svetoslav Milenov <sloncho@gmail.com> 2008-02-14 15:40:45 MST --- I'll assume that the difference in size/speed/etc. is very small, otherwise you wouldn't put it by default. Then - why not combine them (like it was in the past with the smp and non-smp), why there is a need of -default and -pae? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c3 --- Comment #3 from Marcus Meissner <meissner@novell.com> 2008-02-14 15:57:10 MST --- I understand it is not possible to do so, since it changes memory management macros that get compiled in throughout the whole kernel. Its not just some functions to exchange :/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User sloncho@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c4 --- Comment #4 from Svetoslav Milenov <sloncho@gmail.com> 2008-02-14 17:36:47 MST --- Is there any discussion, pros and cons of using the pae kernel on "low powered" machines instead of non-pae? What is the rule which YaST uses to decide which one to install on a new system? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c5 --- Comment #5 from Marcus Meissner <meissner@novell.com> 2008-02-15 09:43:38 MST --- The advantage is to have "NX" support, a security feature. Yast decides on presence of the "pae" extension on the processor. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User larrystotler@netscape.net added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c6 larry stotler <larrystotler@netscape.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |larrystotler@netscape.net --- Comment #6 from larry stotler <larrystotler@netscape.net> 2008-07-10 20:01:41 MDT --- Problem is that ALL Intel chips from the Pentium Pro to now(excluding the 400Mhz FSB Pentium M chips evidently) have PAE in them. It is up to the motherboard chipset whether to make use of this tho. ie, a 440BX would not use it, but a 440GX could use it. Only the x86-64 chips have the ability to use the NX bit since it uses the 63rd bit, so why would you even make use of it on a 32bit chip? If YaST is just looking for PAE to enable something like NX/XD, then that's silly. I believe that Svetoslav was refering to older machines like my Thinkpad with the P3/500. While the chip may support PAE: flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr sse up and the corresponding pse36, PAE is dependant upon the northbridge supporting. Bottom line, is this something that will slow down a non PAE usable system? Is the code able to be removed, like the SMP alternatives are removed saving 18k on my system? Thanx -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User meissner@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c7 --- Comment #7 from Marcus Meissner <meissner@novell.com> 2008-07-11 10:27:28 MDT --- 32bit x86 also have PAE and some of them also have NX (not all, sometimes disabled in BIOS). So its not just 64bit capable processors that have NX. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=361941 User larrystotler@netscape.net added comment https://bugzilla.novell.com/show_bug.cgi?id=361941#c8 --- Comment #8 from larry stotler <larrystotler@netscape.net> 2008-07-12 06:50:01 MDT --- Like I said eailer, the Core chips had XD, and it looks like the Dothan version of the Pentium M had them as well. That's the only series of chips that were 32bit that had it(None of the 32bit Athlons had it, it wasn't added until the Athlon64, and it was only after that that intel added it and only on 64bit P4's until the Dothan P-M). And, all things considering, I remember hearing that some people thought that the Pentium M/Core chips were actually 64bit, but that it was diabled, so that would still say that it's a mostly 64bit implementation, and useless for the 99% of 32bit x86 chips out there. Anyway, since it's only 2 small series of 32bit chips, it still begs to ask if having this enabled takes away anything or not. The PAE was added to the PPro and newer Intel chips. AMD didn't add PAE until the Athlon IIRC. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com