X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fnvram.c;h=5002134a253257ef8f9a39b5c9df9a6379aa8881;hp=bf450aee744f45901daf97b0f475894708fcc725;hb=645c766b13d15fd70cd360e577eac1f62e07149f;hpb=d6aaf17a9c98eeaa093a35fb61c4b4bb59b31c07 diff --git a/palacios/src/devices/nvram.c b/palacios/src/devices/nvram.c index bf450ae..5002134 100644 --- a/palacios/src/devices/nvram.c +++ b/palacios/src/devices/nvram.c @@ -80,7 +80,11 @@ static int set_nvram_defaults(struct vm_device *dev) // // 2 1.44 MB floppy drives // +#if 1 nvram_state->mem_state[NVRAM_REG_FLOPPY_TYPE]= 0x44; +#else + nvram_state->mem_state[NVRAM_REG_FLOPPY_TYPE] = 0x00; +#endif // // For old boot sequence style, do floppy first