Results 1 to 2 of 2
Does any body know where i can find a document which tells me what: linux.ext2 has inside of it!
Also how come when i reduce the size of my kernel ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-18-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 8
linux.ext2 always the same size!
Does any body know where i can find a document which tells me what: linux.ext2 has inside of it!
Also how come when i reduce the size of my kernel using make menuconfig the compressed size is reduced but the uncompressed is always similar. For example a 3.1mb kernel i have is around 10mb, and my 3.8mb kernel is about 10mb but what is really weird is that my 1.5mb kernel is 10mb. How can this be?
Any help or information would be great.
- 12-19-2006 #2Just Joined!
- Join Date
- Dec 2006
- Posts
- 8
The way you do it is by CHANGING the make file. Like:
Navigate to: Vendors\analogdevices\(etc)
and then change the value of:
BLOCKS, this value goes up in multiples of 1024. It is set very high, resulting in your kernel uncompressed image always being the same size (10mb), i.e. it pads it out. By changing this, you can reduce the uncompression time resulting in boot up time being shorter.


Reply With Quote
