load modules common to all linux revisions
[cinitramfs.git] / TODO
blob598bf35b742147b3cc2bc1da0fd6d41aa282e77e
1 Complete the modules lists specific to each linux version.
3 Some sh scripts may need some helpers coded on the host: they would be C coded
4 for each host type, and *NOT* using any kludge like
5 python[23]/ruby/perl5/lua/guile/etc (it's *BETTER* to have source files for
6 each host type than to depend on ugly kludges). That in order to get rid of the
7 use of the "local" keyword.
9 Only gcc toolchain up to version 4.7.x is supported. Add tinycc support for
10 instance. Than would require specific code and scripts, which would be welcome
11 of course.
13 Ulinux supports only 64 bits x86_64 for the moment. Bits to make it support
14 other archs are welcome.