* TinyLinux project status
[not found] <CALF0-+Xw6qVBOim_cr7zVoDGJpTrjczkJUMZeZ+MZw91rZD4_Q@mail.gmail.com>
@ 2012-04-10 13:45 ` Ezequiel García
2012-04-10 15:03 ` Dave Stevens
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Ezequiel García @ 2012-04-10 13:45 UTC (permalink / raw)
To: kernelnewbies
Hello,
I would like to know what is the current status of the tiny linux
project? (The current goals, status and activeness).
I've found this:
http://elinux.org/Linux_Tiny
but it seems a bit outdated.
Also, I would like to know what's the smaller kernel (static and
dynamic memory footprint) that can be achieved
right now (without losing signicant funcionality).
Is it possible to run linux a 1 MB SRAM board (no DRAM) ? (I am
thinking at a ARM7 LPC2294 header board).
Thanks a lot,
Ezequiel.
^ permalink raw reply [flat|nested] 6+ messages in thread
* TinyLinux project status
2012-04-10 13:45 ` TinyLinux project status Ezequiel García
@ 2012-04-10 15:03 ` Dave Stevens
2012-04-10 15:20 ` Dave Hylands
2012-04-11 1:07 ` Peter Teoh
2 siblings, 0 replies; 6+ messages in thread
From: Dave Stevens @ 2012-04-10 15:03 UTC (permalink / raw)
To: kernelnewbies
Quoting Ezequiel Garc?a <elezegarcia@gmail.com>:
> Hello,
>
> I would like to know what is the current status of the tiny linux
> project? (The current goals, status and activeness).
> I've found this:
>
> http://elinux.org/Linux_Tiny
>
> but it seems a bit outdated.
>
> Also, I would like to know what's the smaller kernel (static and
> dynamic memory footprint) that can be achieved
> right now (without losing signicant funcionality).
>
> Is it possible to run linux a 1 MB SRAM board (no DRAM) ? (I am
> thinking at a ARM7 LPC2294 header board).
>
> Thanks a lot,
> Ezequiel.
you might find what you're looking for at distrowatch.org
d
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
--
It is told that such are the aerodynamics and wing loading of the
bumblebee that, in principle, it cannot fly...if all this be
true...life among bumblebees must bear a remarkable resemblance to
life in the United States.
-- John Kenneth Galbraith, in American Capitalism: The Concept of
Countervailing Power
^ permalink raw reply [flat|nested] 6+ messages in thread
* TinyLinux project status
2012-04-10 13:45 ` TinyLinux project status Ezequiel García
2012-04-10 15:03 ` Dave Stevens
@ 2012-04-10 15:20 ` Dave Hylands
2012-04-11 1:07 ` Peter Teoh
2 siblings, 0 replies; 6+ messages in thread
From: Dave Hylands @ 2012-04-10 15:20 UTC (permalink / raw)
To: kernelnewbies
Hi Ezequiel,
2012/4/10 Ezequiel Garc?a <elezegarcia@gmail.com>:
> Hello,
>
> I would like to know what is the current status of the tiny linux
> project? (The current goals, status and activeness).
> I've found this:
>
> http://elinux.org/Linux_Tiny
>
> but it seems a bit outdated.
>
> Also, I would like to know what's the smaller kernel (static and
> dynamic memory footprint) that can be achieved
> right now (without losing signicant funcionality).
>
> Is it possible to run linux a 1 MB SRAM board (no DRAM) ? (I am
> thinking at a ARM7 LPC2294 header board).
I'm going to hazard a guess and say no. I remember working with the
2.4.x kernel and being able to get it to run on a board with 4 MB of
RAM, and we were fairly tight.
You have to keep in mind that your 1 Mb has to store your currently
running user-mode programs as well.
--
Dave Hylands
Shuswap, BC, Canada
http://www.davehylands.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* TinyLinux project status
2012-04-10 13:45 ` TinyLinux project status Ezequiel García
2012-04-10 15:03 ` Dave Stevens
2012-04-10 15:20 ` Dave Hylands
@ 2012-04-11 1:07 ` Peter Teoh
2012-04-11 1:29 ` Peter Teoh
2 siblings, 1 reply; 6+ messages in thread
From: Peter Teoh @ 2012-04-11 1:07 UTC (permalink / raw)
To: kernelnewbies
minimum specs is available within the page:
http://en.wikipedia.org/wiki/Tiny_Core_Linux
http://en.wikipedia.org/wiki/Damn_Small_Linux
2012/4/10 Ezequiel Garc?a <elezegarcia@gmail.com>
> Hello,
>
> I would like to know what is the current status of the tiny linux
> project? (The current goals, status and activeness).
> I've found this:
>
> http://elinux.org/Linux_Tiny
>
> but it seems a bit outdated.
>
> Also, I would like to know what's the smaller kernel (static and
> dynamic memory footprint) that can be achieved
> right now (without losing signicant funcionality).
>
> Is it possible to run linux a 1 MB SRAM board (no DRAM) ? (I am
> thinking at a ARM7 LPC2294 header board).
>
> Thanks a lot,
> Ezequiel.
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
--
Regards,
Peter Teoh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120411/a53c74fa/attachment.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* TinyLinux project status
2012-04-11 1:07 ` Peter Teoh
@ 2012-04-11 1:29 ` Peter Teoh
2012-04-11 14:05 ` Ezequiel García
0 siblings, 1 reply; 6+ messages in thread
From: Peter Teoh @ 2012-04-11 1:29 UTC (permalink / raw)
To: kernelnewbies
http://www.chibios.org/dokuwiki/doku.php?id=chibios:documents:requirements
This is 2KiB RAM for recommended configuration.
It is not Linux, but is based on RTOS.
2012/4/11 Peter Teoh <htmldeveloper@gmail.com>
> minimum specs is available within the page:
>
> http://en.wikipedia.org/wiki/Tiny_Core_Linux
>
> http://en.wikipedia.org/wiki/Damn_Small_Linux
>
> 2012/4/10 Ezequiel Garc?a <elezegarcia@gmail.com>
>
>> Hello,
>>
>> I would like to know what is the current status of the tiny linux
>> project? (The current goals, status and activeness).
>> I've found this:
>>
>> http://elinux.org/Linux_Tiny
>>
>> but it seems a bit outdated.
>>
>> Also, I would like to know what's the smaller kernel (static and
>> dynamic memory footprint) that can be achieved
>> right now (without losing signicant funcionality).
>>
>> Is it possible to run linux a 1 MB SRAM board (no DRAM) ? (I am
>> thinking at a ARM7 LPC2294 header board).
>>
>> Thanks a lot,
>> Ezequiel.
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>
>
>
> --
> Regards,
> Peter Teoh
>
--
Regards,
Peter Teoh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120411/6169d8ec/attachment.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* TinyLinux project status
2012-04-11 1:29 ` Peter Teoh
@ 2012-04-11 14:05 ` Ezequiel García
0 siblings, 0 replies; 6+ messages in thread
From: Ezequiel García @ 2012-04-11 14:05 UTC (permalink / raw)
To: kernelnewbies
Hi Peter,
2012/4/10 Peter Teoh <htmldeveloper@gmail.com>:
> http://www.chibios.org/dokuwiki/doku.php?id=chibios:documents:requirements
>
> This is 2KiB RAM for recommended configuration.
>
> It is not Linux, but is based on RTOS.
>
Chibios looks interesting, thanks...
> 2012/4/11 Peter Teoh <htmldeveloper@gmail.com>
>>
>> minimum specs is available within the page:
>>
>> http://en.wikipedia.org/wiki/Tiny_Core_Linux
>>
>> http://en.wikipedia.org/wiki/Damn_Small_Linux
These are distros, and they need *way* more than I'm willing to give :)
on the "distro" side I'm targetting at uClinux.
For the moment, I've just received a nommu coldfire board with 16 MB
so I have a platform to try to build a tiny kernel (of course, I could do it
anywhere, but it's more fun this way :)
Thanks,
Ezequiel.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-04-11 14:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CALF0-+Xw6qVBOim_cr7zVoDGJpTrjczkJUMZeZ+MZw91rZD4_Q@mail.gmail.com>
2012-04-10 13:45 ` TinyLinux project status Ezequiel García
2012-04-10 15:03 ` Dave Stevens
2012-04-10 15:20 ` Dave Hylands
2012-04-11 1:07 ` Peter Teoh
2012-04-11 1:29 ` Peter Teoh
2012-04-11 14:05 ` Ezequiel García
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).