Displaying 5 results from an estimated 5 matches for "rebit".
Did you mean:
ebit
2009 Feb 16
2
Back again, and resuscitated libmenu patches
I've finally gotten back to my work on syslinux, and I've updated the
patches I have for the advanced menu system and for COM32 to apply
against the current git tree. I've got ten patches - mostly bug fixes,
but a few are for additional COM32 or menu functionality.
I've got them checked into a local git repository - what is the best way
for me to pass them along?
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...dp, i32 0, i32 2
store i32 12, i32* %rw, align 4, !tbaa !3
%rmsk = getelementptr inbounds %struct.LDPARMS* %ldp, i32 0, i32 5
store i16 -1, i16* %rmsk, align 2, !tbaa !5
%rmbit = getelementptr inbounds %struct.LDPARMS* %ldp, i32 0, i32 6
store i16 -32768, i16* %rmbit, align 2, !tbaa !5
%rebit = getelementptr inbounds %struct.LDPARMS* %ldp, i32 0, i32 7
store i16 1, i16* %rebit, align 2, !tbaa !5
%re = getelementptr inbounds %struct.LDPARMS* %ldp, i32 0, i32 3
store i32 11, i32* %re, align 4, !tbaa !3
br label %sw.epilog
sw.bb19: ; preds...
2009 Mar 02
2
Menu/COM32 patches
This is not meant as a noodge - I just wanted to check and see whether
there was something else I should do with respect to the com32 and
advmenu patches I mentioned earlier, or if they're simply pending in
queue as it were :)
2007 Dec 18
0
extlinux graphical menu with function keys
"H. Peter Anvin" <hpa at zytor.com> wrote on Mon, 17 Dec 2007 21:09:09 -0800:
> Hi Gordon,
>
> I just looked at your patch to review it for integration. Unfortunately
> it seems to have seriously gotten stale.
>
Not a surprise, it's been a while on that one - and I'm not actually
positive I wrote it against the most current thing available then. (I
2007 Dec 15
3
Read disk with open()/read()?
Is there already a way to read directly from the disk, perhaps via
INT22/19h, using the COM32 open()/read() functions?
If not, I'd like to propose adding the ability to do something like:
int fd = open("//", O_RDONLY);
to allow reading from the raw disk.
I am working on building a COM32 module out of the checkisomd5 tool from
isomd5sum, but I need a way to
access the raw disk in