index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
Age
Commit message (
Expand
)
Author
2014-11-14
switched bochs to term mode !
Michal Idziorek
2014-11-13
cleanup and refactoring. abstracting away console
Michal Idziorek
2014-11-06
vdi target for virtualbox.
Michal Idziorek
2014-10-24
Minor changes/fixes in bootloader
Michal Idziorek
2014-10-24
moved kernel and ramimage to 0x100000 successfully
Michal Idziorek
2014-10-24
working on bootloader (extended mem) (broken!)
Michal Idziorek
2014-09-08
disabled wait for a keypress in bootloader asm
Michal Idziorek
2014-09-08
fixed waiting for keypress in bootloader.
Michal Idziorek
2014-09-06
Added asm code that waits for keypress on booting
Michal Idziorek
2014-09-05
fix comment
Michal Idziorek
2014-09-05
fixed APs start address and reenabled smp.
Michal Idziorek
2014-09-05
Moved kernel and reclaimed ACPI memory
Michal Idziorek
2014-09-05
working on bootloaders (lba)
Michal Idziorek
2014-09-04
Finally we have a 2 stage bootloader !
Michal Idziorek
2014-09-04
working on bootloader. we will need stage 2...
Michal Idziorek
2014-09-04
reenabled symmetric multiprocessing entry
Michal Idziorek
2014-09-03
Moved kernel to 0x10000 !
Michal Idziorek
2014-09-03
ACPI support !
Michal Idziorek
2014-09-02
removed local descriptor table ! Caused crash!
Michal Idziorek
2014-09-02
Debugging paging problem on VirtualBox (VT-x)
Michal Idziorek
2014-09-01
Added kernel_entry for APs
Michal Idziorek
2014-09-01
continued multiprocessing
Michal Idziorek
2014-08-31
improved comments and label for disk_load_16
Michal Idziorek
2014-08-31
Minor changes of comments in mbr.asm
Michal Idziorek
2014-08-31
Moved enable_a20 back to bootloader
Michal Idziorek
2014-08-31
updated boot loader supports for LBA mode
Michal Idziorek
2014-08-31
experimeting with my laptop
Michal Idziorek
2014-08-30
Improved Makefile (better use of implicit rules)
Michal Idziorek
2014-08-30
preparing for multitasking
Michal Idziorek
2014-08-29
added paging support
Michal Idziorek
2014-08-29
experimenting with a20 gate
Michal Idziorek
2014-08-27
cleanup and switched logging to vesa mode console!
Michal Idziorek
2014-08-27
put vesa init to top and integrated binary font.
Michal Idziorek
2014-08-27
further cleanup of bootloader
Michal Idziorek
2014-08-27
boot directory cleanup continued
Michal Idziorek
2014-08-27
cleanup boot directory
Michal Idziorek
2014-08-27
many changes and adaptions and VESA mode !!
Michal Idziorek
2014-08-20
functional floppy driver (in emulators at least)
Michal Idziorek
2014-08-20
started implementing floppy driver etc.
Michal Idziorek
2014-08-19
fixed position of memory map (after mbr change!!)
Michal Idziorek
2014-08-19
Added minimal mbr for testing
Michal Idziorek
2014-08-19
minor changes to boot loader and pci scanner
Michal Idziorek
2014-08-07
getting memory map from bios and passing to kernel
Michal Idziorek
2014-08-07
optimized MBR and added memmap identification
Michal Idziorek
2014-07-08
moved pic setupt to boot/pic.asm
Michal Idziorek
2014-07-08
added some comments and cleaned up the .asm files
Michal Idziorek
2014-07-08
moved idt stuff to C successfully
Michal Idziorek
2014-07-08
Refactoring and movint Interrupt Vector Setup to C
Michal Idziorek
2014-06-24
Initial commit of FoolOS
Michal Idziorek