/* File startup.h copyrighted (c) 2001 Polytech Industries */
#include "intrpt_osc.h"
#include "startup.h"


startup()
{
	ei();
	kprint("Interupts enabled: PIC1 at 0x20, PIC2 at 0xA0......\n");
	kprint("Memory allocated......\n");
	kprint("Loading kernel......\n");
	kprint("OS/C (c) 2000-2001 by Polytech Industries. This software is\ncovered under the GNU General Public License\n");
};