X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fopenbios%2FDocumentation%2Fkernel%2Fglossary.txt;fp=qemu%2Froms%2Fopenbios%2FDocumentation%2Fkernel%2Fglossary.txt;h=74785f121936bb767646b71dd3f1c8161644f5d7;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/openbios/Documentation/kernel/glossary.txt b/qemu/roms/openbios/Documentation/kernel/glossary.txt new file mode 100644 index 000000000..74785f121 --- /dev/null +++ b/qemu/roms/openbios/Documentation/kernel/glossary.txt @@ -0,0 +1,14 @@ +# tag: glossary of openbios forth + +# dictionary +LFA == link field address (backlink) +CFA == code field address ("word type") +PFA == program field address (definitions) + +# forth engine +TIB == text input buffer + +inner interpreter: interprets dictionary, does threading +outer interpreter: "user" interpreter, reads forth words from user. + +