diff options
-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 |