#!/bin/sh
make clean;make;cd arch/i386/boot/;make disk;
shutdown -r now;
