This directory contains all files corresponding to the first chapter,
except the actual image file, which is assumed to live in ../.
 
to  build the kernel, type:

    make
      
to remove all you have made, type:

      make clean 

to install and boot the kernel you have made using the image, type:

   ./doit


Internally, the doit script does 2 things:

    mcopy kernel.bin c:/boot/grub/
    qemu -nographic -m 32 -hda ../core.img
