From: Freddie Cash <fc...@sd73.bc.ca>
To: freebsd-gn...@freebsd.org, ha...@rootshell.be
Cc:
Subject: Re: misc/70231: Beastie not by default
Date: Tue, 30 Nov 2004 10:01:27 -0800
If you look at the Beastie Boot menu, it's really two parts: the menu
itself, and the image. Why not make the two parts independent? It's
not like one actually depends on the other.
In fact, by making the two independent, you open the door for people to
create their own custom logos. What's wrong with that?
Ship FreeBSD with the boot menu enabled, the beastie image disabled, and
with a knob for putting in custom images.
Voila! Everybody wins. Those that just want a menu (which is very
useful), can have just a menu. Those that want a menu and the beastie,
can have that. Those that want a menu and a custom image can have
that. And those that want neither the menu nor the image can have that
as well.
Why is this such a big deal??
--
Freddie Cash, CCNT CCLP Helpdesk / Network Support Tech.
School District 73 (250) 377-HELP [377-4357]
fc...@sd73.bc.ca help...@sd73.bc.ca
_______________________________________________
freebs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs...@freebsd.org"
No big deal.
Sounds like you now have something to keep you busy over the holidays.
When you get it all working, just submit it as a pr. There are
instructions for submitting a change on the FreeBSD web site.
That's the way things work in the open source freeware community.
////jerry
> No big deal.
> Sounds like you now have something to keep you busy over the
> holidays. When you get it all working, just submit it as a pr. There
> are instructions for submitting a change on the FreeBSD web site.
> That's the way things work in the open source freeware community.
It looks like Scott Long is doing something similar for -CURRENT.
I don't know any forth, but I might be able to hack something up as
proof-of-concept kind of thingy. It can't really be all that hard can
it? :)
The biggest problem might be having room for it in the place it
must run. If it doesn't need to use/modify the boot block, then it
should be easy.
Hey, there are whole web sites out there about programming in forth.
You can learn.
I waded through it about 6 years ago, but don't remember much.
If someone else is doing it, then give them a little encouragement
and help if needed. That might be quicker than doing it yourself.
By the way, probably bugs isn't the most appropriate place for
this discussion. It ain't a bug. Questions maybe or look
through the list of lists for a better place.
////jerry
There's essentially unlimited memory/storage once you're in the loader.
Obviously, people would probably object if you had 10MB of forth code,
but you've got a file system and access to all of physical memory.
-- Brooks
--
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4
From: Hanspeter Roth <ha...@rootshell.be>
To: "mailto:freebsd-gnats-submit"@FreeBSD.org
Cc:
Subject: Re: misc/70231: Beastie not by default
Date: Wed, 1 Dec 2004 10:52:40 +0100
PR 74577 is related but with different default behavior.