Re: CFD: "bogomips" CPU performance metric

1999-09-02 Thread Milan Kopacka
On Thu, 2 Sep 1999, Oliver Fromme wrote:

> Nick Sayer wrote in list.freebsd-hackers:
>  > Linux generates a meric of CPU performance as a byproduct of calibrating
>  > a delay loop.
> 
> It's not a metric of CPU performance.  It's just a meaningless number,
> and its relation to the actual performance of the machine is very
> questionable.

It is not as meaningless as it seems. The computed value is used for some
driver timing. It can also detect some CPU misconfigurations. Quite
valuable thing.

  Milan Kopacka




To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message



Re: CFD: "bogomips" CPU performance metric

1999-09-02 Thread Milan Kopacka

On Thu, 2 Sep 1999, Oliver Fromme wrote:

> Nick Sayer wrote in list.freebsd-hackers:
>  > Linux generates a meric of CPU performance as a byproduct of calibrating
>  > a delay loop.
> 
> It's not a metric of CPU performance.  It's just a meaningless number,
> and its relation to the actual performance of the machine is very
> questionable.

It is not as meaningless as it seems. The computed value is used for some
driver timing. It can also detect some CPU misconfigurations. Quite
valuable thing.

  Milan Kopacka




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: [Fwd: Please support FreeBSD 3.x as host OS]

1999-08-04 Thread Milan Kopacka
On Wed, 4 Aug 1999, Alfred Perlstein wrote:

> so one must purchase the program to get the kernel mods, is there
> an evaluation that can be downloaded?

They have all described on website. The program is key-protected, you can
buy a key, or ask for evaluation key, which will work one month.

You need the key to run the virtual machine, archive unpacking and
installation can be done without the key.

  Milan Kopacka

--
... a koho system nachyta na procesoru, tomu snizi prioritu.



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message



Re: [Fwd: Please support FreeBSD 3.x as host OS]

1999-08-04 Thread Milan Kopacka
On Wed, 4 Aug 1999, Alfred Perlstein wrote:

> > I started looking at the kernel modules and porting them, however, I
> > must confess that I don't fully understand exactly what the linux
> > kernel module does, which makes it somewhat harder to implement the
> > same functionality on FreeBSD :-)
> 
> a quick scan of the vmware site didn't reveal where the kernel
> mods are.  are they available freely? can i have a url please?

Source code is included in the distribution. They have modules precompiled
only for certain versions of Linux kernel. You may have to compile them
yourself when you are running some other version. 

  Milan Kopacka

--
... a koho system nachyta na procesoru, tomu snizi prioritu.




To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message



Re: [Fwd: Please support FreeBSD 3.x as host OS]

1999-08-04 Thread Milan Kopacka

On Wed, 4 Aug 1999, Alfred Perlstein wrote:

> so one must purchase the program to get the kernel mods, is there
> an evaluation that can be downloaded?

They have all described on website. The program is key-protected, you can
buy a key, or ask for evaluation key, which will work one month.

You need the key to run the virtual machine, archive unpacking and
installation can be done without the key.

  Milan Kopacka

--
... a koho system nachyta na procesoru, tomu snizi prioritu.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: [Fwd: Please support FreeBSD 3.x as host OS]

1999-08-04 Thread Milan Kopacka

On Wed, 4 Aug 1999, Alfred Perlstein wrote:

> > I started looking at the kernel modules and porting them, however, I
> > must confess that I don't fully understand exactly what the linux
> > kernel module does, which makes it somewhat harder to implement the
> > same functionality on FreeBSD :-)
> 
> a quick scan of the vmware site didn't reveal where the kernel
> mods are.  are they available freely? can i have a url please?

Source code is included in the distribution. They have modules precompiled
only for certain versions of Linux kernel. You may have to compile them
yourself when you are running some other version. 

  Milan Kopacka

--
... a koho system nachyta na procesoru, tomu snizi prioritu.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Unpacking Debian packages on FreeBSD

1999-07-27 Thread Milan Kopacka
On Tue, 27 Jul 1999, Stephen Hocking-Senior Programmer PGS Tensor Perth wrote:

> I'd like to grope around inside a .deb file, which has been created on a 
> debian Linux box. Do we have any nifty tools for this, like rpm2cpio?

You can use ar

ar x package.deb

  Milan Kopacka




To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message



Re: Unpacking Debian packages on FreeBSD

1999-07-26 Thread Milan Kopacka

On Tue, 27 Jul 1999, Stephen Hocking-Senior Programmer PGS Tensor Perth wrote:

> I'd like to grope around inside a .deb file, which has been created on a 
> debian Linux box. Do we have any nifty tools for this, like rpm2cpio?

You can use ar

ar x package.deb

  Milan Kopacka




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message