Re: iso2flash img

2012-03-23 Thread Thomas Schmitt
Hi, Da Rock wrote: > It shows isolinux 4.04, blah blah, and a blinking cursor. It goes no further > than that, which I why I commented that it seemed an unlikely solution. If it can say "isolinux" then the boot process has succeeded as far as the boot sectors of the ISO image are responsible.

Re: Improving gcore

2012-03-23 Thread Sushanth Rai
What I mean by inconsistent is that, a process with lots of threads takes a while before all threads are suspended. When I look at the resulting core file, the state of some of the shared data is not exactly what I was expecting when I issued the gcore command. It is quite possible that state mi

Re: iso2flash img

2012-03-23 Thread Da Rock
On 03/23/12 17:06, Thomas Schmitt wrote: Hi, Da Rock wrote: It shows isolinux 4.04, blah blah, and a blinking cursor. It goes no further than that, which I why I commented that it seemed an unlikely solution. If it can say "isolinux" then the boot process has succeeded as far as the boot sect

Re: Improving gcore

2012-03-23 Thread Konstantin Belousov
On Fri, Mar 23, 2012 at 12:35:17AM -0700, Sushanth Rai wrote: > What I mean by inconsistent is that, a process with lots of threads > takes a while before all threads are suspended. When I look at the > resulting core file, the state of some of the shared data is not > exactly what I was expecting

Re: malloc pages map to user space

2012-03-23 Thread John Baldwin
On Thursday, March 22, 2012 3:57:11 pm Eric Saint-Etienne wrote: > > If your kernel module creates a device in /dev that implements the > > mmap method, then you don't need to worry about mucking around with > > vm_maps and objects and whatnot. Your mmap method just needs to be > > able to convert

Re: iso2flash img

2012-03-23 Thread Thomas Schmitt
Hi, > Thats the whole point of this exercise - I can't, no cdrom: its a netbook. I hoped that you had a USB attachable optical drive in reach for development. > My disk worked in VBox, so I'm sure it is just a netbook thing. I > also use that disk as my "install" disk, so I'm not sure exactly w

Re: iso2flash img

2012-03-23 Thread Da Rock
On 03/23/12 22:08, Thomas Schmitt wrote: Hi, Thats the whole point of this exercise - I can't, no cdrom: its a netbook. I hoped that you had a USB attachable optical drive in reach for development. Haven't you heard? CD's are so yesterday... ;) The reality is I don't have a working CDROM unl

Re: iso2flash img

2012-03-23 Thread Thomas Schmitt
Hi, > Haven't you heard? CD's are so yesterday... ;) Just wait until the holodiscs come out. :)) http://en.wikipedia.org/wiki/Holographic_Versatile_Disc Have a nice day :) Thomas ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.or

Re: iso2flash img

2012-03-23 Thread Da Rock
On 03/23/12 22:38, Thomas Schmitt wrote: Hi, Haven't you heard? CD's are so yesterday... ;) Just wait until the holodiscs come out. :)) http://en.wikipedia.org/wiki/Holographic_Versatile_Disc Now thats what I'm talkin' 'bout! Although I could still probably fill one in a matter of hours...

Re: BUG: REL 9.0 - MD malloc of custom sector size

2012-03-23 Thread rank1seeker
- Original Message - From: Benjamin Kaduk To: rank1see...@gmail.com Cc: hack...@freebsd.org Date: Tue, 20 Mar 2012 23:42:44 -0400 (EDT) Subject: Re: BUG: REL 9.0 - MD malloc of custom sector size > On Tue, 20 Mar 2012, rank1see...@gmail.com wrote: > > > - Original Message - > > F