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
/
programs
/
init.c
Age
Commit message (
Expand
)
Author
2020-06-17
Started rewrite
Marvin Borner
2020-06-02
Much work on the ELF parser and userspace jumping
Marvin Borner
2020-05-13
Replaced alloc.h with liballoc
Marvin Borner
2020-05-12
Still searching the bug...
Marvin Borner
2020-05-11
Some scheduling improvements
Marvin Borner
2020-05-11
Some very small fixes in several files
Marvin Borner
2020-05-09
Interrupt analysis - removed many useless cli/sti
Marvin Borner
2020-05-09
Sooooooo many race conditions
Marvin Borner
2020-05-09
Replaced fork() with spawn()!
Marvin Borner
2020-05-07
Added and applied include-sorting
Marvin Borner
2020-05-07
Some debugging and fixing
Marvin Borner
2020-05-07
Fixed many bugs with wait() and fork()
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-02
Some work in the vfs
Marvin Borner
2020-04-30
Started vfs
Marvin Borner
2020-04-29
Working framebuffer from userspace...
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