index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
userspace
/
libc
Age
Commit message (
Expand
)
Author
2020-05-28
Added assertion to userspace
Marvin Borner
2020-05-13
Fixed exit in unistd instead of stdlib
Marvin Borner
2020-05-09
Replaced fork() with spawn()!
Marvin Borner
2020-05-07
Added and applied include-sorting
Marvin Borner
2020-05-07
Added wait syscall
Marvin Borner
2020-05-07
Some fixes here and there...
Marvin Borner
2020-05-06
Added event mapping driver
Marvin Borner
2020-05-06
New build parameters and shared includes
Marvin Borner
2020-05-06
Removed vfs - ext2 ftw!
Marvin Borner
2020-05-02
Some work in the vfs
Marvin Borner
2020-05-02
Added many syscalls to get better POSIX compliance
Marvin Borner
2020-04-29
Fixed several warnings, errors and dumb bugs
Marvin Borner
2020-04-29
MUCH work in libc
Marvin Borner
2020-04-29
Started libgui implementation
Marvin Borner
2020-04-29
Added basic exec calls for init and started libc
Marvin Borner
2020-04-28
Added support for multiple user applications
Marvin Borner
2020-04-28
Fixed userspace entering...
Marvin Borner
2020-04-28
Userspace rewrite -> IT WORKS! :)
Marvin Borner