Linux - EmbeddedThis forum is for the discussion of Linux and embedded devices.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I want to run vanilla 2.6.29 (and higher) on an x86 multi core IBM's server.
The file system is busybox.
I also need some basic GUI so I plan to compile an X server from x.org.
Is it wise ? Or should I use a distribution ?
My motivation is to create a small footprint OS.
Busybox is a toolkit environment. It means you either are running an extrenmely minimalist system, or you messed something up.
Filesystem will be ext2/3/4, reiser/4, xfs, zfs, etc.
Xorg is independent of the number of cpu cores. It is more dependent upon video card and available memory.
If there is a video card, then yes.
Are you talking about multiple X logins for a the server?
Busybox is a toolkit environment. It means you either are running an extrenmely minimalist system, or you messed something up.
Filesystem will be ext2/3/4, reiser/4, xfs, zfs, etc.
Xorg is independent of the number of cpu cores. It is more dependent upon video card and available memory.
If there is a video card, then yes.
Are you talking about multiple X logins for a the server?
Thank you for your reply.
There is only one user. I'm using busybox instead of a full toolkit environment (that supplied in distro).
Use a distribution until you have a spare box sitting around. Building any large piece from source takes time. Xorg will take time for you to build. DRivers are sometimes dependent upon releases.
Use the toolkit environment and update the compilers.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.