summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
AgeCommit message (Collapse)Author
2014-10-17added simple syscall interfaceMichal Idziorek
2014-09-09Re-enabled smpMichal Idziorek
2014-09-09fixed mouse driverMichal Idziorek
2014-09-09mouse supportMichal Idziorek
2014-09-08changed logging for mouseMichal Idziorek
2014-09-08working on mouse driverMichal Idziorek
2014-09-08started with mouse driver and double bufferMichal Idziorek
2014-09-08spinlocksMichal Idziorek
2014-09-08fixed waiting for keypress in bootloader.Michal Idziorek
2014-09-05fixed APs start address and reenabled smp.Michal Idziorek
2014-09-05Moved kernel and reclaimed ACPI memoryMichal Idziorek
finally our 2 stage bootloader also works with LBA loading via BIOS
2014-09-04Finally we have a 2 stage bootloader !Michal Idziorek
This one can load the ramdis up to 0xfffff :)
2014-09-04cleanup and improvements in physical mem manager.Michal Idziorek
2014-09-04reenabled symmetric multiprocessing entryMichal Idziorek
2014-09-04Improved physical memory manager and cleaning up.Michal Idziorek
2014-09-04using raimage instead of floppyMichal Idziorek
2014-09-04Fixed "floppy" driver (for emulators)Michal Idziorek
2014-09-03debugging floppy driver :(Michal Idziorek
2014-09-03Improved Multiprocessing / Multitasking codeMichal Idziorek
2014-09-03fix bug in apic.c and update of ReadmeMichal Idziorek
2014-09-03system clockMichal Idziorek
2014-09-03improved entry for application processorsMichal Idziorek
2014-09-03Moved kernel to 0x10000 !Michal Idziorek
2014-09-03testing hlt (will be used for idle proc. later)Michal Idziorek
2014-09-03some little meaningless reordering of kernel_mainMichal Idziorek
2014-09-03ACPI support !Michal Idziorek
2014-09-02Finally Fix paging bug! Hooray!Michal Idziorek
2014-09-02Debugging paging problem on VirtualBox (VT-x)Michal Idziorek
2014-09-01Added kernel_entry for APsMichal Idziorek
2014-09-01Cleanup and CommentsMichal Idziorek
2014-08-31Moved Interrupt related code to interrupt.cMichal Idziorek
2014-08-31Started adding APIC/multiprocessor support.Michal Idziorek
2014-08-31Moved enable_a20 back to bootloaderMichal Idziorek
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