diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-05-21 17:04:17 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-05-21 17:04:17 +0000 |
commit | dfaa90f5dfe5e0ed72f0f0d929f66700383d55bd (patch) | |
tree | 8d91272010a7be7ffa8150be7e6b3b4ec304a138 /Mach | |
parent | 0716844926d04a215b8028ecfb911947a1ae36a3 (diff) |
none
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/BuildingOskitMach.mdwn | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/Mach/BuildingOskitMach.mdwn b/Mach/BuildingOskitMach.mdwn index 477e4e5f..638ccfdd 100644 --- a/Mach/BuildingOskitMach.mdwn +++ b/Mach/BuildingOskitMach.mdwn @@ -181,5 +181,10 @@ See the [[Mach/RemoteDebugOskitMach]] page. ## <a name="Attachments"> Attachments </a> -* [[ATTACHURLmodulesx86pc]]: Modules to build in OSKit -* [[ATTACHURLmodules-lightx86pc]]: Lighter version of required modules for building GNUmach +* [[ATTACHURLmodulesx86pc]]: Configures modules to build in OSKit. +> Compared to 21May04 CVS, this adds SMP but omits the random module which was added to CVS in Jan03. + +* [[ATTACHURLmodules-lightx86pc]]: Lighter version of required modules. Used for building GNUmach with OSKit, i.e. OSKit/Mach. +> Compared to the above config, this omits the Linux, MSDOS, +> +> NetBoot, and PXE loader support, bootp support, OSKit on UNIX support, some thread-safe library versions, the address map manager, fsread, fsnamespace/\{fsn,fsn\_r\}, fudp, memdebug, memfs, smp, POSIX threads, svm, uvm, the Simple Process Library, realtime support, FreeBSD devices and code, linux/fs, the UDP library, **the sets of x86 and UNIX example kernels**, the testsuite, and the security server. **The new random module is also not configured.** |