summaryrefslogtreecommitdiff
path: root/boot
AgeCommit message (Expand)Author
2014-11-14switched bochs to term mode !Michal Idziorek
2014-11-13cleanup and refactoring. abstracting away consoleMichal Idziorek
2014-11-06vdi target for virtualbox.Michal Idziorek
2014-10-24Minor changes/fixes in bootloaderMichal Idziorek
2014-10-24moved kernel and ramimage to 0x100000 successfullyMichal Idziorek
2014-10-24working on bootloader (extended mem) (broken!)Michal 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-05fix commentMichal Idziorek
2014-09-05fixed APs start address and reenabled smp.Michal Idziorek
2014-09-05Moved kernel and reclaimed ACPI memoryMichal Idziorek
2014-09-05working on bootloaders (lba)Michal Idziorek
2014-09-04Finally we have a 2 stage bootloader !Michal Idziorek
2014-09-04working on bootloader. we will need stage 2...Michal Idziorek
2014-09-04reenabled symmetric multiprocessing entryMichal Idziorek
2014-09-03Moved kernel to 0x10000 !Michal Idziorek
2014-09-03ACPI support !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-01continued multiprocessingMichal 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-31updated boot loader supports for LBA modeMichal Idziorek
2014-08-31experimeting with my laptopMichal 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-27cleanup and switched logging to vesa mode console!Michal Idziorek
2014-08-27put vesa init to top and integrated binary font.Michal Idziorek
2014-08-27further cleanup of bootloaderMichal Idziorek
2014-08-27boot directory cleanup continuedMichal Idziorek
2014-08-27cleanup boot directoryMichal Idziorek
2014-08-27many changes and adaptions and VESA mode !!Michal Idziorek
2014-08-20functional floppy driver (in emulators at least)Michal Idziorek
2014-08-20started implementing floppy driver etc.Michal Idziorek
2014-08-19fixed position of memory map (after mbr change!!)Michal Idziorek
2014-08-19Added minimal mbr for testingMichal Idziorek
2014-08-19minor changes to boot loader and pci scannerMichal Idziorek
2014-08-07getting memory map from bios and passing to kernelMichal Idziorek
2014-08-07optimized MBR and added memmap identificationMichal 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-08moved idt stuff to C successfullyMichal Idziorek
2014-07-08Refactoring and movint Interrupt Vector Setup to CMichal Idziorek
2014-06-24Initial commit of FoolOSMichal Idziorek