Re: failing while writing to disk with BIOS in realmode setup

2015-07-02 Thread Dan Mick
On 07/01/2015 08:56 PM, Dan Mick wrote: > What might I be doing wrong? Why won't this code succeed to write to > the (otherwise empty) drive 1 from kernel setup's main? Indeed it was something very dumb, as hpa was kind enough to point out: grub2 with 'linux' neve

failing while writing to disk with BIOS in realmode setup

2015-07-01 Thread Dan Mick
What might I be doing wrong? Why won't this code succeed to write to the (otherwise empty) drive 1 from kernel setup's main? I'm 100% certain this is the code I'm booting (with grub/bzImage); it's as though the intcalls just never happen (or fail for some reason I can't get telemetry on, which is

Re: [PATCH 1/1 linux-next] ceph: fix bool assignments

2014-10-09 Thread Dan Mick
On 10/09/2014 02:16 PM, Fabian Frederick wrote: > Fix some coccinelle warnings: > fs/ceph/caps.c:2400:6-10: WARNING: Assignment of bool to 0/1 > - bool wake = 0; > + bool wake = false; FWIW, that message is backwards: it should say "WARNING: Assignment of 0/1 to bool" (I know, it's a c