DragonFly BSD
DragonFly bugs List (threaded) for 2012-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[DragonFlyBSD - Bug #808] (Closed) amd64 port kernel build/link patches


From: Francois Tigeot via Redmine <bugtracker-admin@xxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 21 Jan 2012 05:56:18 -0800

Issue #808 has been updated by Francois Tigeot.

Status changed from Resolved to Closed


----------------------------------------
Bug #808: amd64 port kernel build/link patches
http://bugs.dragonflybsd.org/issues/808

Author: Noah Yan
Status: Closed
Priority: Normal
Assignee: Simon 'corecode' Schubert
Category: 
Target version: 


Please check the attached three patches that are for the amd64 kernel
build and linking.

The patch.syssys includes patches for files that are platform
independent. but all changes are about the #ifdef, e.g. add
defined(__amd64).

patch.kmod is for sys/conf/kmod.mk, i.e to add amd64-specific kld
module linking targets. please help double check this.

The big patch.amd64 includes patches of files from sys/cpu/amd64,
sys/platform/pc64, sys/emulation/linux/amd64 and
sys/config/AMD64_GENERIC. They are all amd64/pc64 specific. Other than
the header files, most of those sources are dummy code and we include
them just to make the kernel linked. These dummy codes requires
completely redo work so you probably donot want to spend time on
codes that are going to be trashed soon :).

they did not break the i386 world/kernel build and i upgraded my box
from them without any trouble.

Thanks
Yonghong


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



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