aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/goals.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-25 16:48:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-25 16:48:00 +0000
commit508b7bc93297fcb74af43b11b1435aa96add3c85 (patch)
treea1395fa6f4d0b0bbf18f8461e0dfee4fa4cb784f /docs/src/goals.dox
parent947fd0901e98f460d7020990a47e8820595a20d1 (diff)
downloadChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.gz
ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.tar.bz2
ChibiOS-508b7bc93297fcb74af43b11b1435aa96add3c85.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1675 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/goals.dox')
-rw-r--r--docs/src/goals.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/goals.dox b/docs/src/goals.dox
index f41308e26..eb1b2bd81 100644
--- a/docs/src/goals.dox
+++ b/docs/src/goals.dox
@@ -69,7 +69,7 @@
* <h3>Fast and compact</h3>
* Note, first "fast" then "compact", the focus is on speed and execution
* efficiency and then on code size. This does not mean that the OS is large,
- * the kernel size with all the subsystems activated is around <b>5.2KiB</b>
+ * the kernel size with all the subsystems activated weighs around <b>5.3KiB</b>
* and can shrink down around to <b>1.2Kib</b> in a minimal configuration
* (STM32, Cortex-M3). It would be possible to make something even smaller but:
* -# It would be pointless, it is already @a really small.