karthick18 / mir-os

x86 multitasking kernel

Home Page:http://mir-os.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIR-OS 
  

Entire OS written from scratch
except 
	1) vsprintf - from linux 0.0.1, thanks to linus
	2) 50% of the fdc code - thanks to fabian

NOTES on vesa usage on bochs (this wont work until we get v86 support)
	1) you have to change the default VGA rom (in bochsrc.txt) from 
	/usr/local/share/bochs/VGABIOS-elpin-2.40
	to
	/usr/local/share/bochs/VGABIOS-lgpl-latest.

	bochs supports only 1024x768x256, 8bpp

Refer to INSTALL.txt for MIR installation howto

About

x86 multitasking kernel

http://mir-os.sourceforge.net

License:Other


Languages

Language:C 94.9%Language:Assembly 2.2%Language:C++ 1.7%Language:Makefile 0.9%Language:Shell 0.2%