search for: all_read

Displaying 3 results from an estimated 3 matches for "all_read".

Did you mean: acl_read
2005 Aug 22
0
extending ldlinux.sys to ask for a password
...a parameter to the APPEND line which, when > present, makes ldlinux.sys ask for the actual password and append it to the > kernel command line in runkernel.inc. This should happen after the initial > and copyright messages. What is a good place to add a small module like > that, between all_read: and %include "runkernel.inc"? > The right way to do this is with a COM32 module. -hpa
2010 Dec 31
0
[PATCH][git-pull] core/diskstart.inc: Fix DS in verify_checksum
...ap (ldlinux.sys larger than 33280 bytes if my math is right). If the wrap occurs, DS is no longer 0. If there's a checksum error after DS is no longer 0, it won't be able print checksumerr_msg properly. 2 commits: 1 to make the fix in verify_checksum; the second to remove similar code in all_read. I stumbled upon this while trying to work with Gert to figure out how this simple checksum system works. -- -Gene
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the