[coreboot] I am reading the source code of coreboot, how do I understand the functions

Patrick Georgi patrick at georgi-clan.de
Mon Sep 12 21:17:40 CEST 2011


Am Mo 12 Sep 2011 17:48:07 CEST schrieb Jianmin Pan:
> I am used to use vim.
> So, anybody have good suggestions?
Install ctags, run "ctags -R src" in the toplevel directory, which 
creates the "tags" file.

Then in vi, use ":ta identifier" to look up the declaration of 
identifier, ctrl-] to look up the current word
(see http://ctags.sourceforge.net/ctags.html#HOW%20TO%20USE%20WITH%20VI)


Patrick




More information about the coreboot mailing list