Project 3 breakdown

Total: 

1. Basic frame buffer implementation(20)
- Implement all functions for the frame buffer(each 3 points, total 15 points)
- Should work well and show the desired ourputs to the screen(5)

2. Framebuffer device driver(70)
- Modify source files properly(5)
	.Makefile, devtable.c, and related header files.
	
- Implement source files(45)
	. fbInit(5), fbClose(5), fbWrite(5), fbControl(5), fbPutChar(25)
	. In fbPutchar.c, fbDrawCharacter(10), fbRowFlush(5), scroll(5), fbPutChar(5)
	
- Should work well and show the desired outputs to the screen(20)

3. Documentation(10)
- Submit a Readme file


 
