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
/
kernel
/
syscall
/
syscall.h
Age
Commit message (
Expand
)
Author
2020-06-17
Started rewrite
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
Added many syscalls to get better POSIX compliance
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
Fixed userspace entering...
Marvin Borner
2020-01-06
Usermode based allocating works a bit now
Marvin Borner
2019-12-17
Finally fixed text input syscalls!
Marvin Borner
2019-12-11
Some user-side graphics
Marvin Borner
2019-12-10
Some syscalls and userspace stuff
Marvin Borner
2019-12-09
Lars, your wish may come true if you fix this!
Marvin Borner
2019-12-08
Working text input!
Marvin Borner
2019-12-07
Added userspace libc and began userspace based shell
Marvin Borner
2019-12-04
More-working syscall logic (parameters work!)
Marvin Borner
2019-12-01
Semi-working C-based userspace syscalls
Marvin Borner
2019-11-30
Working userspace!
Marvin Borner
2019-11-30
Replaced vesa print functions with printf
Marvin Borner
2019-10-31
Implemented basic syscalls and user mode
Marvin Borner