Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2011 11:30:30 -0800
From:      some body <bsd.mharv@gmail.com>
To:        freebsd-drivers@freebsd.org
Subject:   boot0.S empty #ifdef
Message-ID:  <CAJy8JvR0XNDYAY0530CyhFK4LQNVSiJqfuM=-oGWZmBaLe0rdw@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I am starting to learn how the kernel works and have started by going
through the boot loader and I've noticed that between lines 21-32 in
boot0.S there are some empty #ifdef statements. I was wondering a) where
are these paramaters defined and if they are defined, what difference does
it make since it looks like it doesn't change anything since they're empty?


#ifdef SIO
#endif

#ifdef CHECK_DRIVE
#endif

#ifdef ONLY_F_KEYS
#endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJy8JvR0XNDYAY0530CyhFK4LQNVSiJqfuM=-oGWZmBaLe0rdw>