index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
task.c
Age
Commit message (
Expand
)
Author
2018-08-21
cleaning up a bit
Miguel
2018-08-21
cleaning up multitasking
Miguel
2018-08-21
cleanup timer stuff and move to asm.
Miguel
2018-08-19
cleaning up asm stuff and improving docs
Miguel
2018-08-17
started reviving my fool os
Miguel
2015-05-23
improved params and environment passing and started snake-game :)
Michal Idziorek
2015-05-22
started implementing files
Michal Idziorek
2015-05-18
heavy refactoring underway
Michal Idziorek
2015-05-17
working on vt52 and some cleanup
Michal Idziorek
2015-05-17
struggling with smp and APICs and started vt52 emulation
Michal Idziorek
2015-05-16
working on smp support, strange things happening!?
Michal Idziorek
2015-05-16
finally working ring 3
Michal Idziorek
2015-05-13
fixed libc and 'userspace'
Michal Idziorek
2015-05-13
fixing gdt and interrupts
Michal Idziorek
2014-12-08
fixed syscall_execve and indirectly tput
Michal Idziorek
2014-12-05
plauing around
Michal Idziorek
2014-12-05
struggling with paging exceptions!
Michal Idziorek
2014-12-04
struggling with gcc -O , and other stuff
Michal Idziorek
2014-12-04
mainly improve logging
Michal Idziorek
2014-12-04
finally hacked env and argv!
Michal Idziorek
2014-12-03
increased logger grnaularity and working on memory management
Michal Idziorek
2014-12-02
further work on fork and friends
Michal Idziorek
2014-12-01
very buggy fork, execve and exit
Michal Idziorek
2014-12-01
finally implemented fork() syscall
Michal Idziorek
2014-12-01
Paging between 2 'tasks' loaded from ELF files.
Michal Idziorek
2014-11-28
struggling with paging ...
Michal Idziorek
2014-11-27
fixed iditoc mistake in multitask testing
Michal Idziorek
2014-11-27
struggling with new multitasking
Michal Idziorek
2014-11-27
Progs at vmem=0x8048000 and Improved Console Ouput
Michal Idziorek
2014-11-26
changes, improvements and cleanup
Michal Idziorek
2014-11-23
mostly pr and cosmetics
Michal Idziorek
2014-11-20
add task progress log to console
Michal Idziorek
2014-11-20
turn off shell loading on init!
Michal Idziorek
2014-11-17
minor fixes and testing
Michal Idziorek
2014-11-17
hardcoded shell as task1
Michal Idziorek
2014-11-17
trying to reactivate multitasking.
Michal Idziorek
2014-11-13
fixing implicit functions!
Michal Idziorek
2014-09-03
Improved Multiprocessing / Multitasking code
Michal Idziorek
2014-09-03
system clock
Michal Idziorek
2014-09-03
Moved kernel to 0x10000 !
Michal Idziorek
2014-09-03
ACPI support !
Michal Idziorek
2014-09-02
Improved directory structure.
Michal Idziorek
2014-09-01
Added kernel_entry for APs
Michal Idziorek
2014-08-30
added logging of stack address of new tasks
Michal Idziorek
2014-08-30
fixed bug in multitasking code
Michal Idziorek
2014-08-30
minor fixes
Michal Idziorek
2014-08-30
Added multitasking support for two tasks ;)
Michal Idziorek