Does my processor support 64bit kernel?

2014-02-11 Thread Mayuresh
I am using NetBSD i386 on my desktop. Just want to cross check whether my processor is 64bit and whether I could use 64 bit system instead of 32 bit. dmesg describes the processor as follows: cpu0 at mainbus0 apid 0: Intel(R) Pentium(R) D CPU 3.00GHz, id 0xf65 cpu1 at mainbus0 apid 1: Intel(R)

Re: Does my processor support 64bit kernel?

2014-02-11 Thread Jeremy C. Reed
On Tue, 11 Feb 2014, Rhialto wrote: On Tue 11 Feb 2014 at 12:18:37 -0600, Jeremy C. Reed wrote: Try cpuctl identify 0 and look for LONG cpu feature. With yours you will probably also see EM64T. That can't be right. On my cpu (on which I have installed the 64-bit version) I don't have

Re: Does my processor support 64bit kernel?

2014-02-11 Thread Greg Troxel
The easiest and most reliable thing to is to get an amd64 install image and to boot the CD and see if it runs. But if EM64T isn't set it almost certainly won't work. 2. Which sets shall I use for an Intel 64 bit processor - amd64? A bit worried since wikipedia page below says there are

IA64 [was: Re: Does my processor support 64bit kernel?]

2014-02-11 Thread Fredrik Pettai
On Feb 11, 2014, at 20:59 , Greg Troxel g...@ir.bbn.com wrote: The easiest and most reliable thing to is to get an amd64 install image and to boot the CD and see if it runs. But if EM64T isn't set it almost certainly won't work. 2. Which sets shall I use for an Intel 64 bit processor -

Re: Does my processor support 64bit kernel?

2014-02-11 Thread Ottavio Caruso
On 11 February 2014 20:10, Jeremy C. Reed r...@reedmedia.net wrote: Another posting suggested sysctl -a | grep 64 but I don't see what kernel state would help show that from looking at various NetBSD 32 bit and 64 bit systems. I was probably misguided by finding these entries in sysctl -a:

6.1.3 - computer resets!

2014-02-11 Thread Riccardo Mottola
Hi! I have upgraded to 6.1.3 and have upgraded also most of my packages. The machine is not one of the fastest for compiling seamonkey :) Anyway, the problem is that if I try to start seamonkey, I get a hard reboot! That should never happen, I guess... for the rest i did compile and run

Re: Trying to boot from USB pendrive image on a netbook

2014-02-11 Thread Brett Lymn
On Tue, Feb 11, 2014 at 11:17:33AM +0100, Niels Dettenbach wrote: # dd if=netbsd.iso of=/dev/sdb bs=4K ...hmmm, not shure, but i assume you have to use the raw device of your sdb0 - should be something like /dev/rsdb or similiar. No, he looks to be using linux to do the dd, that is