search for: l401

Displaying 2 results from an estimated 2 matches for "l401".

Did you mean: 401
2019 Sep 17
0
Re: [PATCH nbdkit 1/4] Add reflection plugin.
...77b4b579e256/server/protocol-handshake-newstyle.c#L242 https://github.com/libguestfs/nbdkit/blob/7822f8fd66f51c730c6b2dc61e1677b4b579e256/server/protocol-handshake-newstyle.c#L272 https://github.com/libguestfs/nbdkit/blob/7822f8fd66f51c730c6b2dc61e1677b4b579e256/server/protocol-handshake-newstyle.c#L401 > > +The plugin only supports read-only access. To make the disk writable, > > +add L<nbdkit-cow-filter(1)> on top. > > + > > +=head1 EXAMPLES > > + > > +Create a reflection disk. By setting the export name to C<"hello"> > > +when...
2019 Sep 16
2
Re: [PATCH nbdkit 1/4] Add reflection plugin.
On 9/15/19 9:55 AM, Richard W.M. Jones wrote: > The source for the easter egg example is not included, but it is: > > org 0x7c00 > ; clear screen > mov ah,0 > mov al,3 > int 0x10 > ; print string > mov ah,0x13 > mov bl,0xa > mov al,1 > mov cx,len > mov dh,0 >