summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-11-17trying to reactivate multitasking.Michal Idziorek
2014-11-14switched bochs to term mode !Michal Idziorek
2014-11-13changed some config defaultsMichal Idziorek
2014-11-13cleanup and refactoring. abstracting away consoleMichal Idziorek
2014-11-13fixing implicit functions!Michal Idziorek
2014-11-12fixing implicit declarations ...Michal Idziorek
2014-11-12minor cleanupMichal Idziorek
2014-11-06vdi target for virtualbox.Michal Idziorek
2014-10-24added hack to emulate end-of-file at stdinMichal Idziorek
2014-10-24added a few scancodes to allow brainfuckingMichal Idziorek
2014-10-24Disabled mouse and added shell execve.Michal Idziorek
2014-10-24fixed address for execv syscallMichal Idziorek
2014-10-24turned off loggingMichal Idziorek
2014-10-24moved kernel and ramimage to 0x100000 successfullyMichal Idziorek
2014-10-23added execve syscallMichal Idziorek
2014-10-22added numeric input and capsed alpha to kb driverMichal Idziorek
2014-10-22working on ext2 and readdir syscallMichal Idziorek
2014-10-22urgent todosMichal Idziorek
2014-10-22reading userprogramm from ext2 ramimage!Michal Idziorek
2014-10-22working on filesys and readdir syscallMichal Idziorek
2014-10-22deleted empty fileMichal Idziorek
2014-10-22migrating shell to "userspace"Michal Idziorek
2014-10-21minor meaningless cosmetic changesMichal Idziorek
2014-10-21started implementing our first fool-shell.Michal Idziorek
2014-10-20started porting simple brainfuck interpreterMichal Idziorek
2014-10-201st userspace programm and partial newlib support!Michal Idziorek
2014-10-17added simple syscall interfaceMichal Idziorek
2014-09-09started fixing gcc warningsMichal 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
2014-09-04Finally we have a 2 stage bootloader !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-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 Multiprocessing / Multitasking codeMichal Idziorek
2014-09-03changed acpi scan range.Michal Idziorek
2014-09-03fix bug in apic.c and update of ReadmeMichal Idziorek