summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-07Update README.mdMichal Idziorek
2014-08-07Update and rename README to README.mdMichal Idziorek
2014-08-07Update READMEMichal Idziorek
2014-08-07added screenshot and attempted to link from READMEMichal 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-07optimized MBR and added memmap identificationMichal Idziorek
2014-08-06minor fixes of some comments and interruptsMichal Idziorek
2014-07-24minor addtion to READMEMichal Idziorek
2014-07-15added some minor notes to READMUE fileMichal 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-08minor improvements of the MakefileMichal Idziorek
2014-07-08moved pic setupt to boot/pic.asmMichal Idziorek
2014-07-08added some comments and cleaned up the .asm filesMichal Idziorek
2014-07-08addded .gitignore for .swp filesMichal 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-08Added bochsrc config fileMichal Idziorek
2014-07-07added minor note in READMEMichal Idziorek
2014-07-07Improved experimantel keyboard mini-driverMichal Idziorek
Added some basic scancodes
2014-07-07Added TODOS to README file.Michal Idziorek
2014-06-24Added Disclaimer to READMEMichal Idziorek
2014-06-24Initial commit of FoolOSMichal Idziorek
FoolOS - the most useless OS in history.