Re: Space required to compile kernel?
Izumi Tsutsui <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.cobalt |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > On Tue, 14 Oct 2008, Anthony Howe wrote: > > a) just the kernel? > > An i386 kernel build dir is about 63MB. If you use the native tools > (config, make) a cobalt kernel should be in the same region. > If you use build.sh & the tools there, it may easily go a lot higher. > The 63MB do not include sources, of course. On creating restorecd kernels, it shows: % du -sk usr/src 1546456 usr/src This includes: - whole usr/src source tree (not only for kernel) (~1.1GB?) - usr/src/sys sources (~180MB) - usr/src/common sources (~5MB) - cobalt GENERIC and INSTALL kernels and objects (~35MB) - TOOLDIR binaries for i386 (~41MB) - TOOLDIR binaries for cobalt (~42MB) --- Izumi Tsutsui