summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
AgeCommit message (Collapse)Author
2014-08-31updated boot loader supports for LBA modeMichal Idziorek
Now booting from usb stick on my Acer Aspire works fine too :)
2014-08-31experimeting with my laptopMichal Idziorek
2014-08-30fixed bug in multitasking codeMichal Idziorek
2014-08-30fixed bochsMichal Idziorek
2014-08-30minor fixesMichal Idziorek
2014-08-30Added multitasking support for two tasks ;)Michal Idziorek
2014-08-30Improved Makefile (better use of implicit rules)Michal Idziorek
2014-08-30preparing for multitaskingMichal Idziorek
2014-08-29added paging supportMichal Idziorek
2014-08-29experimenting with a20 gateMichal Idziorek
2014-08-29changed default log color and some memtestsMichal Idziorek
2014-08-29keyboard handler debugging logMichal Idziorek
2014-08-28solved mystery of logging from interrupt handlers!Michal Idziorek
2014-08-28minor changesMichal Idziorek
2014-08-27minor fixesMichal Idziorek
2014-08-27cleanup and switched logging to vesa mode console!Michal Idziorek
2014-08-27put vesa init to top and integrated binary font.Michal Idziorek
binary fool-font is now part of the kernel image and is loaded by the bootloader on startup into ram
2014-08-27further cleanup of bootloaderMichal Idziorek
2014-08-27added bitmap fonts and put string for vesa modesMichal Idziorek
2014-08-27added simple binary font dataMichal Idziorek
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.