Re: USB Install Method

2008-05-15 Thread Daniel O'Connor
On Thu, 15 May 2008, Sean Bruno wrote: > Does anyone have a pointer to a FreeBSD 7 install method for those of > us without CD/DVD Rom drives? > > The easiest way for me would be to boot off of a USB stick and then > install across the network, but I'm open to suggestions. The simplest way would b

copy-on-write anonymous memory?

2008-05-15 Thread Teemu Rinta-aho
Hi all, is it possible to create a memory object that represents anonymous memory pages *and* is copy-on-write? I have this code in a kernel module: object = vm_object_allocate(OBJT_DEFAULT, 1); result = vm_map_find(vmmap_proc, object, 0

Re: copy-on-write anonymous memory?

2008-05-15 Thread Kostik Belousov
On Thu, May 15, 2008 at 01:20:32PM +0300, Teemu Rinta-aho wrote: > Hi all, > > is it possible to create a memory object that represents > anonymous memory pages *and* is copy-on-write? > > I have this code in a kernel module: > > object = vm_object_allocate(OBJT_DEFAULT, 1); > > result

Re: copy-on-write anonymous memory?

2008-05-15 Thread Teemu Rinta-aho
Kostik Belousov wrote: > On Thu, May 15, 2008 at 01:20:32PM +0300, Teemu Rinta-aho wrote: >> Hi all, >> >> is it possible to create a memory object that represents >> anonymous memory pages *and* is copy-on-write? >> >> I have this code in a kernel module: >> >> object = vm_object_allocate(OBJT

Re: copy-on-write anonymous memory?

2008-05-15 Thread Teemu Rinta-aho
Teemu Rinta-aho wrote: > Kostik Belousov wrote: >> On Thu, May 15, 2008 at 01:20:32PM +0300, Teemu Rinta-aho wrote: >>> Hi all, >>> >>> is it possible to create a memory object that represents >>> anonymous memory pages *and* is copy-on-write? >>> >>> I have this code in a kernel module: >>> >>>

Not seeing enough memory though its there.

2008-05-15 Thread Julian Stacey
Hi Hackers cc Gary J, On a Compaq Pressario 2254 with 7.0-Release & Generic kernel, I'm not seeing enough RAM: A 128M DIM reports as 56M, a 256M reports as 96M. Any ideas please ? dmesg FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/

Re: USB Install Method

2008-05-15 Thread Johan Bucht
On Thu, May 15, 2008 at 3:50 AM, Sean Bruno <[EMAIL PROTECTED]> wrote: > Does anyone have a pointer to a FreeBSD 7 install method for those of us > without CD/DVD Rom drives? > > The easiest way for me would be to boot off of a USB stick and then install > across the network, but I'm open to sugges

Re: USB Install Method

2008-05-15 Thread Anthony Pankov
Try the following http://frenzy.org.ua/en/ http://frenzy.org.ua/en/releases/1.0/doc/doc_en-install2flash.html Thursday, May 15, 2008, 5:50:45 AM, you wrote: SB> Does anyone have a pointer to a FreeBSD 7 install method for those of us SB> without CD/DVD Rom drives? SB> The easiest way for me