Re: sysinst with Lua support
Marc Balmer <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.installation,gmane.os.netbsd.devel.userlevel |
|---|---|
| Organization | micro systems |
| Message-ID | <[email protected]> |
> - how much space is required to put lua based sysinst binaries I did a statically linked build of sysinst on amd64 to give an exact number: static build of sysinst on amd64 without Lua text data bss dec hex filename 761846 24532 81600 867978 d3e8a arch/amd64/sysinst with Lua text data bss dec hex filename 954922 24692 82080 1061694 10333e arch/amd64/sysinst All in all, it adds a little less than 200KB.