Main Page | File List | Globals | Related Pages

kernel.c File Reference

An initial kernel.c. More...

#include <stdio.h>
#include <multiboot.h>
#include <lmm.public.h>
#include <x86/seg.h>
#include <x86/pic.h>
#include <x86/base_irq.h>

Functions

int main ()
 Kernel entrypoint.


Variables

lmm_t malloc_lmm
multiboot_info boot_info


Detailed Description

An initial kernel.c.

This file contains the kernel's main() function.

You should add your own comments to replace this one.

This is where you will eventually setup your game board and have it run.

Author:
Harry Q. Bovik (hqbovik)

Fred Hacker (fhacker)

Bug:
No known bugs.

Function Documentation

int main  ) 
 

Kernel entrypoint.

This is the entrypoint for your kernel. You will use this to test and debug your drivers and it will eventually hold the code for your game. Right now, it is A tight while loop.

Returns:
Should not return


Generated on Fri Aug 29 15:20:26 2003 for 15-410 Project 1 by doxygen 1.3.2