> /proc/cpuinfo gives :
> cache size: 64 KB
>
> This is wrong :
> - the Duron has 192 kilobytes of cache ( 64 L1 I, 64 L1 D , 64 L2 unified )
> - what is KB ?
> - "kilo" is abbreviated to 'k' , not 'K'
> - "B" means "Bell" :-)
I believe it is normal to write 'K' for 1024, 'k' for 1000 and 'B' for
bytes and 'b' for bits.
Have a look at acronymfinder.com, they distinguish the capital and
lowercase b for bits and bytes.
Ketil
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/