tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: _KERNEL_OPT and 0x6e074def




> On Dec 19, 2023, at 10:33 AM, Jason Thorpe <thorpej%me.com@localhost> wrote:
> 
> 
>> On Dec 19, 2023, at 10:01 AM, Edgar Fuß <ef%math.uni-bonn.de@localhost> wrote:
>> 
>> 0x6e074def
> 
> the-ripe-vessel:thorpej 99$ grep UNDEFINED * 
> mkheaders.c:#define UNDEFINED ('n' << 24 | 0 << 20 | 't' << 12 | 0xdefU)
> mkheaders.c:/* Value for defined options with value UNDEFINED */
> mkheaders.c: return (unsigned int)(h != UNDEFINED ? h : DEFINED);
> mkheaders.c: fprint_global(fp, dl->dl_name, UNDEFINED);

Oops, forgot the important part:

the-ripe-vessel:thorpej 98$ pwd
/nbsd/src/usr.bin/config

-- thorpej



Home | Main Index | Thread Index | Old Index