summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-09changed Makefile to make use of our new cross-gccMichal Idziorek
2014-09-09Re-enabled smpMichal Idziorek
2014-09-09readme updateMichal Idziorek
2014-09-09readme updateMichal Idziorek
2014-09-09fixed mouse driverMichal Idziorek
2014-09-09mouse supportMichal Idziorek
2014-09-08added todo regarding makefileMichal 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-08minor update of READMEMichal Idziorek
2014-09-08spinlocksMichal Idziorek
2014-09-08disabled wait for a keypress in bootloader asmMichal Idziorek
2014-09-08fixed waiting for keypress in bootloader.Michal Idziorek
2014-09-06Added asm code that waits for keypress on bootingMichal Idziorek
2014-09-06moved FoolOS.img to release directoryMichal Idziorek
2014-09-05Added little note on usage :)Michal Idziorek
2014-09-05added binary image of floppyMichal Idziorek
2014-09-05moved bochs configs to own directoryMichal Idziorek
2014-09-05fix commentMichal Idziorek
2014-09-05minor updates of readmeMichal Idziorek
2014-09-05new screenshotMichal 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-05working on bootloaders (lba)Michal Idziorek
2014-09-04Finally we have a 2 stage bootloader !Michal Idziorek
This one can load the ramdis up to 0xfffff :)
2014-09-04working on bootloader. we will need stage 2...Michal Idziorek
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-04typos and updatesMichal Idziorek
2014-09-04new default interrupt handler in asmMichal Idziorek
2014-09-04further bugfixes in floppy dirver for bochs emu.Michal Idziorek
2014-09-04Fixed "floppy" driver (for emulators)Michal Idziorek
2014-09-03debugging floppy driver :(Michal Idziorek
2014-09-03Improved assembling FoolOs.imgMichal Idziorek
2014-09-03Improved Multiprocessing / Multitasking codeMichal Idziorek
2014-09-03changed acpi scan range.Michal 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-03other ideaMichal Idziorek
2014-09-03new ideaMichal 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-02Improved directory structure.Michal Idziorek
2014-09-02Stop if MP Floating Pointer not found!Michal Idziorek