diff options
author | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2002-11-10 12:42:10 +0000 |
---|---|---|
committer | Ognyan Kulev <ogi@fmi.uni-sofia.bg> | 2002-11-10 12:42:10 +0000 |
commit | 21c1c75187c0877e67d1eba6f083188c5d31c356 (patch) | |
tree | 4efd483ce03951a2f76daf04750c4dbf59943708 /Mach | |
parent | 919a9183bd90dc075b335aa59a2bf93fda9ea7dd (diff) |
Lighter version of modules required for OSKit-Mach
Diffstat (limited to 'Mach')
-rw-r--r-- | Mach/BuildingOskitMach/modules-light.x86.pc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mach/BuildingOskitMach/modules-light.x86.pc b/Mach/BuildingOskitMach/modules-light.x86.pc index e3f2a59a..94941995 100644 --- a/Mach/BuildingOskitMach/modules-light.x86.pc +++ b/Mach/BuildingOskitMach/modules-light.x86.pc @@ -49,7 +49,7 @@ boot/multiboot ### Build the Linux boot adaptor ### Requires ld support '-oformat binary' (checked) -boot/linux +#boot/linux ### Build the MSDOS boot adaptor (??) ## Requires ld support '-oformat msdos' (checked) @@ -77,7 +77,7 @@ libc #posix/sys ### Thread-safe version of the previous -posix/sys_r +#posix/sys_r ### --- Miscellaneous utility libraries @@ -122,7 +122,7 @@ exec #memfs ### SMP support (believed to be broken) -smp +#smp ## the SMP example #examples/x86/smp ### requires smp @@ -171,7 +171,7 @@ dev ### Stuff stolen from Linux linux/dev -linux/fs +#linux/fs ### Stuff stolen from NetBSD #netbsd/fs |