i386, amd64 will be moved into an arch/ subdirectory

Maslan maslanbsd at gmail.com
Sun Oct 22 12:43:48 PDT 2006


On 10/22/06, Matthew Dillon <dillon at xxxxxxxxxxxxxxxxxxxx> wrote:
    I am going to reorganize the architecture topology in /usr/src/sys/
    over the next week.
    /usr/src/sys/i386   -> /usr/src/sys/arch/i386
    /usr/src/sys/amd64  -> /usr/src/sys/arch/amd64
    /usr/src/sys/conf/*.i386 -> /usr/src/sys/arch/*.i386
    /usr/src/sys/conf/*.amd64 -> /usr/src/sys/arch/*.amd64
    The kernel config files will be moved *out* of the architecture
    specific directories and consolidated into a single generic
    subdirectory called /usr/src/sys/config.
    /usr/src/sys/<arch>/conf/BLAH -> /usr/src/sys/config/BLAH

    TARGET and TARGET_ARCH will be removed.  The machine architecture will
    be extracted from the 'machine' directive in the kernel config file.
    I have already done the repo-copy to create /usr/src/sys/arch.  I
    am not going to move the rest of the files or hook any of it up until
    probably Tuesday or Wednesday, though, because I will likely be gone
    for two days and I don't want to break the build before I leave.
                                                -Matt


Great, i've asked fbsd guys before to reorganize the sources but i got
nothing there.
--
I'm Searching For Perfection,
So Even If U Need Portability U've To Use Assembly ;-)
http://www.maslanlab.org
http://libosdk.berlios.de




More information about the Kernel mailing list