ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.53 by root, Thu Aug 22 07:51:23 2019 UTC vs.
Revision 1.54 by root, Thu Aug 22 07:53:48 2019 UTC

404 "timeout" : 30, 404 "timeout" : 30,
405 405
406=item integer list 406=item integer list
407 407
408This is a list of 64 bit integers separated by whitespace. It is not used 408This is a list of 64 bit integers separated by whitespace. It is not used
409much, so here is a somewhat artificial an untested example of using 409much, so here is a somewhat artificial and untested example of using
410C<customactions> to specify a certain custom, eh, action to be executed 410C<customactions> to specify a certain custom, eh, action to be executed
411when pressing C<F10> at boot: 411when pressing C<F10> at boot:
412 412
413 "customactions" : "0x1000044000001 0x54000001", 413 "customactions" : "0x1000044000001 0x54000001",
414 414
442This type is why I write I<most> are easy to explain earlier: This type 442This type is why I write I<most> are easy to explain earlier: This type
443is the pinnacle of Microsoft-typical hacks layered on top of other 443is the pinnacle of Microsoft-typical hacks layered on top of other
444hacks. Understanding this type took more time than writing all the rest of 444hacks. Understanding this type took more time than writing all the rest of
445PBCDEDIT, and because it is so complex, this type has its own subsection 445PBCDEDIT, and because it is so complex, this type has its own subsection
446below. 446below.
447
447=back 448=back
448 449
449=head3 The BCD "device" element type 450=head3 The BCD "device" element type
450 451
451Device elements specify, well, devices. They are used for such diverse 452Device elements specify, well, devices. They are used for such diverse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines