Admit to the true size of the boot kernel

This commit is contained in:
Jeremy Ruston 2012-11-16 22:47:05 +00:00
parent 9eb10fb21a
commit 224b6adcfc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ tags: docs mechanism
!Introduction
TiddlyWiki5 is based on a 600-line boot kernel that runs on node.js or in the browser, with all other functionality dynamically loaded as plugins.
TiddlyWiki5 is based on a 1,000 line boot kernel that runs on node.js or in the browser, with all other functionality added via dynamically loaded modules.
The kernel boots just enough of the TiddlyWiki environment to allow it to load tiddlers and execute JavaScript modules. Plugin modules are written like `node.js` modules.