Julian Elischer wrote:
> BTW most of these things seem to have drop out of
> graphics mode..
> do you have something like that?
> (or maybe should go to loader prompt...?)
Good question. The screen layout isn't final, of course,
and I'm open to suggestions. (Also, there will be a short
des
Scott Long wrote:
> Oliver Fromme wrote:
> > [...]
> > http://wiki.freebsd.org/OliverFromme/BootLoaderTest
>
> I think that this is really neat, you've done an impressive job
> with it good job. However, I do take issue with your criticism
> of the ASCII logo; I actually spent a decent amo
Oliver Fromme wrote:
Hello fellow hackers,
Some of you might remember that I'm working on graphics
support for our /boot/loader. Unfortunately, progress has
been rather slow because of non-FreeBSD-related activity.
Anyway, I have now prepared a tarball containing a loader
binary for public tes
On Thursday 05 February 2009 8:18:36 pm Oliver Fromme wrote:
> Hello fellow hackers,
>
> Some of you might remember that I'm working on graphics
> support for our /boot/loader. Unfortunately, progress has
> been rather slow because of non-FreeBSD-related activity.
>
> Anyway, I have now prepared a
Oliver Fromme wrote:
Hello fellow hackers,
Some of you might remember that I'm working on graphics
support for our /boot/loader. Unfortunately, progress has
been rather slow because of non-FreeBSD-related activity.
Anyway, I have now prepared a tarball containing a loader
binary for public tes
On 2/5/09, Max Laier wrote:
> On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote:
> > I have posted detailed instructions on the FreeBSD wiki:
> >
> > http://wiki.freebsd.org/OliverFromme/BootLoaderTest
> >
> > Any kind of feedback is welcome.
>
>
> quick test in qemu - works well. Ve
Julian Elischer wrote:
Max Laier wrote:
On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote:
I have posted detailed instructions on the FreeBSD wiki:
http://wiki.freebsd.org/OliverFromme/BootLoaderTest
Any kind of feedback is welcome.
quick test in qemu - works well. Very cool!
ca
Very nice! Thanks for the good work.
--
Regards
Kevin Foo
On Fri, Feb 6, 2009 at 6:18 AM, Oliver Fromme wrote:
> Hello fellow hackers,
>
> Some of you might remember that I'm working on graphics
> support for our /boot/loader. Unfortunately, progress has
> been rather slow because of non-Free
There is a screenshot on the wiki site
--Original Message--
From: Julian Elischer
Sender: owner-freebsd-hack...@freebsd.org
To: Max Laier
Cc: freebsd-hackers@freebsd.org
Cc: freebsd-curr...@freebsd.org
Cc: Oliver Fromme
Sent: Feb 5, 2009 19:15
Subject: Re: CFT: Graphics support for /boo
Max Laier wrote:
On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote:
I have posted detailed instructions on the FreeBSD wiki:
http://wiki.freebsd.org/OliverFromme/BootLoaderTest
Any kind of feedback is welcome.
quick test in qemu - works well. Very cool!
can you send a screenshot
Works beautifully! Loving it. Thanks for the work.
--Original Message--
From: Oliver Fromme
Sender: owner-freebsd-hack...@freebsd.org
To: freebsd-hackers@FreeBSD.ORG
To: freebsd-curr...@freebsd.org
Sent: Feb 5, 2009 17:18
Subject: CFT: Graphics support for /boot/loader
Hello fellow hacke
Oliver Fromme wrote:
http://wiki.freebsd.org/OliverFromme/BootLoaderTest
Any kind of feedback is welcome.
Works fine on Thinkpad T400 (CURRENT/i386).
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ha
On Thursday 05 February 2009 23:18:36 Oliver Fromme wrote:
> I have posted detailed instructions on the FreeBSD wiki:
>
> http://wiki.freebsd.org/OliverFromme/BootLoaderTest
>
> Any kind of feedback is welcome.
quick test in qemu - works well. Very cool!
--
/"\ Best regards,
On Thu, Feb 5, 2009 at 11:18 PM, Oliver Fromme wrote:
[graphical bootloader]
> I have posted detailed instructions on the FreeBSD wiki:
>
> http://wiki.freebsd.org/OliverFromme/BootLoaderTest
>
> Any kind of feedback is welcome.
I've just tested it on my laptop (Fujitsu T4220) with current and
On Thu, Feb 05, 2009 at 11:18:36PM +0100, Oliver Fromme wrote:
> Hello fellow hackers,
>
> Some of you might remember that I'm working on graphics
> support for our /boot/loader. Unfortunately, progress has
> been rather slow because of non-FreeBSD-related activity.
>
> Anyway, I have now prepar
Hello fellow hackers,
Some of you might remember that I'm working on graphics
support for our /boot/loader. Unfortunately, progress has
been rather slow because of non-FreeBSD-related activity.
Anyway, I have now prepared a tarball containing a loader
binary for public testing. If you are eager
pluknet wrote:
2009/2/5 pluknet :
Hi.
The problem is:
I have a program which is statically linked to my static lib during a build.
The lib is in turn uses kvm*() calls, hence it should be linked with libkvm.
in static linking order is important..
you need to put libkvm after the library that
On Wednesday 04 February 2009 11:05:02 am Nikola Knežević wrote:
> On 2 Feb 2009, at 19:09 , Julian Elischer wrote:
>
> >>> It says "non-sleepable locks", yet it classifies click_instance
> >>> as sleep mutex. I think witness code should emit messages which
> >>> are more clear.
> >> It is c
2009/2/5 pluknet :
> Hi.
>
> The problem is:
>
> I have a program which is statically linked to my static lib during a build.
> The lib is in turn uses kvm*() calls, hence it should be linked with libkvm.
>
> During the build of my binaries which are linked to my libucron.a I
> get the following:
>
on 04/02/2009 22:11 M. Warner Losh said the following:
> In message: <4989e87b.5010...@icyb.net.ua>
> Andriy Gapon writes:
> :
> : This based on the (much) earlier proposal described here:
> : http://lists.freebsd.org/pipermail/freebsd-arch/2008-April/007982.html
> :
> : The patch wa
Hi all,
Just an update on the ssh with keys issue I had.
To refresh, I run a sftp server which chroot users to their assigned
folders.
http://www.bsdguides.org/guides/freebsd/security/sftp_chroot_users.php
That disabled the keys authentication I had running on my server.
The solution that wor
Hi.
The problem is:
I have a program which is statically linked to my static lib during a build.
The lib is in turn uses kvm*() calls, hence it should be linked with libkvm.
During the build of my binaries which are linked to my libucron.a I
get the following:
/usr/home/pluknet/svn/ucron/ksucro
22 matches
Mail list logo