index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asm
Age
Commit message (
Expand
)
Author
2014-12-01
finally implemented fork() syscall
Michal Idziorek
2014-12-01
fuck reentrant clib, we are linking static anyway
Michal Idziorek
2014-12-01
Paging between 2 'tasks' loaded from ELF files.
Michal Idziorek
2014-11-27
struggling with new multitasking
Michal Idziorek
2014-11-26
changes, improvements and cleanup
Michal Idziorek
2014-11-23
foolshell and syscalls improvememets
Michal Idziorek
2014-11-23
double indirect block support to ELF and check sum calc
Michal Idziorek
2014-11-22
added call_unhandled for unhandled syscalls
Michal Idziorek
2014-11-20
fixed loading and runnnng progs (clear bss)
Michal Idziorek
2014-11-20
working on syscalls
Michal Idziorek
2014-11-20
workin on syscall interface etc..
Michal Idziorek
2014-11-17
debugging scheduler
Michal Idziorek
2014-11-14
further cleanup of build sys
Michal Idziorek
2014-11-13
fixing implicit functions!
Michal Idziorek
2014-10-23
added execve syscall
Michal Idziorek
2014-10-22
working on filesys and readdir syscall
Michal Idziorek
2014-10-22
migrating shell to "userspace"
Michal Idziorek
2014-10-21
started implementing our first fool-shell.
Michal Idziorek
2014-10-20
1st userspace programm and partial newlib support!
Michal Idziorek
2014-10-17
added simple syscall interface
Michal Idziorek
2014-09-04
using raimage instead of floppy
Michal Idziorek
2014-09-04
new default interrupt handler in asm
Michal Idziorek
2014-09-03
debugging floppy driver :(
Michal Idziorek
2014-09-03
system clock
Michal Idziorek
2014-08-31
updated boot loader supports for LBA mode
Michal Idziorek
2014-08-30
fixed bug in multitasking code
Michal Idziorek
2014-08-30
Added multitasking support for two tasks ;)
Michal Idziorek
2014-08-30
preparing for multitasking
Michal Idziorek