Hash :
acf5213f
Author :
Date :
2006-10-14T20:31:53
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
\ Create an image with multiple PCI headers
\ and then let's see what still we need to do
\
\ Updated Mon, 23 May 2005 at 16:17 by David L. Paktor
tokenizer[
h# f2a7 \ Bogus Rev-Level
SET-REV-LEVEL
not-last-image
h# 1fed \ Vendor
h# 9009 \ Bogus Device ID
h# 20109 \ Bogus Class Code
pci-header
]tokenizer
fload TokConstCondTstT.fth
pci-header-end
tokenizer[
h# ea57 \ Bogus Rev-Level
SET-REV-LEVEL
last-image
h# deaf \ Vendor
h# 9021 \ Bogus Device ID
h# 10902 \ Bogus Class Code
pci-header
]tokenizer
fload TokConstCondTstF.fth
pci-header-end