Created FreebsdSystem, for FreeBSD-specific tweaks.

SConscript:
    Included kern/freebsd/freebsd_system.cc

--HG--
extra : convert_revision : 4fa31602acb511b16bf371f78a8e5a8082536b88
This commit is contained in:
Benjamin Nash
2005-06-10 12:44:18 -04:00
parent c4fdfa3844
commit baad1bb7af
3 changed files with 194 additions and 0 deletions

View File

@@ -278,6 +278,7 @@ full_system_sources = Split('''
kern/kernel_binning.cc
kern/kernel_stats.cc
kern/system_events.cc
kern/freebsd/freebsd_system.cc
kern/linux/linux_events.cc
kern/linux/linux_syscalls.cc
kern/linux/linux_system.cc