how to enble bootverbose in freebsd

kylin fierykylin at gmail.com
Mon May 15 19:01:56 PDT 2006


Thanku , wish u a nice day !
but still ,i cannot get the verbose output in the kernel
such as

#define PDEBUG(a)	if (bus_debug) {printf("%s:%d: ", __func__,
__LINE__), printf a; printf("\n");}

thus i turned on the trigger below:
dev/bktr/bktr_reg.h      define	bootverbose 1
subr_bus.c                    #define BUS_DEBUG
any good idea else ?

On 5/15/06, Kevin Kinsey <kdk at daleco.biz> wrote:
> william wallace wrote:
> > hello ,everyone
> >           i need to get the trace of the booting kernel in detail
> > ,but i found i cannot turn the trigger== bootverbose==
> > on to 1 ,even when i     " define    bootverbose 1 " in dev/bktr/bktr_reg.h
> > any kind-hearted would help me out
> >
>
>
>  From /boot/defaults/loader.conf:
>
> verbose_loading="NO"            # Set to YES for verbose loader output
>
> HTH,
>
> Kevin Kinsey
>
> --
> You probably wouldn't worry about what people
> think of you if you could know how seldom they do.
>                -- Olin Miller
>
>


-- 
we who r about to die,salute u!


More information about the freebsd-questions mailing list