Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: yueluck on January 28, 2010, 03:03:21 AM

Title: my understanding of tinycore
Post by: yueluck on January 28, 2010, 03:03:21 AM
I>get config from:http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/src/
using config-2.6.29.1-tinycore and busybox-1.14.3-config,you can build bzImage and rootfs!!!
II>meanwhile i have somequestions.
1.linux-2.6.29.1-patched.tar.bz2 is for what??
2.how you did that, ulibc.tar.gz size is 2.2M??
3.in tinycore.gz,where /init is used??
4.what is the develop-environment,build  tinycore applications.
4.usually,if i build a application,it will be a big one .it link many libs.
Title: Re: my understanding of tinycore
Post by: Juanito on January 28, 2010, 05:18:57 AM
1.linux-2.6.29.1-patched.tar.bz2 is for what??
patched to add the tinycore boot logo

Quote
4.what is the develop-environment,build  tinycore applications.
use the compiletc meta-extension

Quote
4.usually,if i build a application,it will be a big one .it link many libs.
you mean statically link? Why not dynamically link?
Title: Re: my understanding of tinycore
Post by: curaga on January 28, 2010, 07:58:15 AM
+loop-aes, +squashfs-warnings, +ide-warnings

/init is used as the very first step of boot after kernel. It copies the initramfs to tmpfs so that df shows root space.
Title: Re: my understanding of tinycore
Post by: yueluck on February 03, 2010, 11:44:58 PM
ido not know how to build a mini-glibc,or mini-uclibc!
glibc it is almost like 60M
Title: Re: my understanding of tinycore
Post by: Juanito on February 04, 2010, 01:13:36 AM
Yes, but you don't need all of it - look at the file lists for the libc extensions