summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-09-02Finally Fix paging bug! Hooray!Michal Idziorek
2014-09-02removed local descriptor table ! Caused crash!Michal Idziorek
2014-09-02Debugging paging problem on VirtualBox (VT-x)Michal Idziorek
2014-09-01Added kernel_entry for APsMichal Idziorek
2014-09-01Minor changes of Todos and IssuesMichal Idziorek
2014-09-01Changed entry point for APsMichal Idziorek
2014-09-01fixed some gcc warningsMichal Idziorek
2014-09-01Cleanup and CommentsMichal Idziorek
2014-09-01Added IssuesMichal Idziorek
2014-09-01continued multiprocessingMichal Idziorek
2014-08-31changed _mp_ floating pointer scan rangeMichal Idziorek
2014-08-31Added Todo and ReferenceMichal Idziorek
2014-08-31Moved Interrupt related code to interrupt.cMichal Idziorek
2014-08-31Extended MP Floating point struct. search range.Michal Idziorek
2014-08-31added issue concerning assumptions about vesa modeMichal Idziorek
2014-08-31added smp support to local bochs instance & configMichal Idziorek
2014-08-31fixed range log in physical memory managerMichal Idziorek
2014-08-31Started adding APIC/multiprocessor support.Michal Idziorek
2014-08-31added new tasks to READMEMichal Idziorek
2014-08-31Fixed typos and improved formatting of README.mdMichal Idziorek
2014-08-31Minor cleanup of READMEMichal Idziorek
2014-08-31improved comments and label for disk_load_16Michal Idziorek
2014-08-31Minor changes of comments in mbr.asmMichal Idziorek
2014-08-31Moved enable_a20 back to bootloaderMichal Idziorek
2014-08-31changed USB_STICK device in MakefileMichal Idziorek
2014-08-31fixed MBR path in MakefileMichal Idziorek
2014-08-31updated boot loader supports for LBA modeMichal Idziorek
2014-08-31experimeting with my laptopMichal Idziorek
2014-08-30added logging of stack address of new tasksMichal Idziorek
2014-08-30changed action for errors to reportMichal Idziorek