summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
AgeCommit message (Collapse)Author
2014-08-27many changes and adaptions and VESA mode !!Michal Idziorek
2014-08-25minor changes and some notes on keyboard drivermiguel
2014-08-20functional floppy driver (in emulators at least)Michal Idziorek
2014-08-20started implementing floppy driver etc.Michal Idziorek
2014-08-19minor cosmetic changes & new screenshotMichal Idziorek
2014-08-19fixed position of memory map (after mbr change!!)Michal Idziorek
2014-08-18Added basic pci scan and started e1000 driver.Michal Idziorek
2014-08-09working on virtual memory managerMichal Idziorek
2014-08-07increase versiond and beautify start messagesMichal Idziorek
2014-08-07added some physical memory managementMichal Idziorek
2014-08-07getting memory map from bios and passing to kernelMichal Idziorek
2014-08-06minor fixes of some comments and interruptsMichal Idziorek
2014-07-15minor experimentsmiguel
2014-07-08added basic shell with one command.Michal Idziorek
2014-07-08added timer config and setup (PIT)Michal Idziorek
2014-07-08improved console and pit (timer) interrupt handlerMichal Idziorek
2014-07-08added and successfuly tested software interruptMichal Idziorek
int 88 is issued by the kb driver whenever A is pressed and the the int_test_handler is run.
2014-07-08start implement software interrupt test handlerMichal Idziorek
2014-07-08Further celanup and a little modularizationMichal Idziorek
2014-07-08some cleanupMichal Idziorek
2014-07-08moved idt stuff to C successfullyMichal Idziorek
2014-07-08Refactoring and movint Interrupt Vector Setup to CMichal Idziorek
2014-07-08Merge in parts of the experimental branchMichal Idziorek
2014-07-07Improved experimantel keyboard mini-driverMichal Idziorek
Added some basic scancodes
2014-06-24Initial commit of FoolOSMichal Idziorek
FoolOS - the most useless OS in history.