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
/
apps
/
init.c
Age
Commit message (
Expand
)
Author
2021-03-20
Even more fixes! :^)
Marvin Borner
2021-03-17
Awesome!
Marvin Borner
2021-03-16
Cleanup and atexit
Marvin Borner
2021-03-15
System hardening and errno impl
Marvin Borner
2021-03-14
Maaany fixes :)
Marvin Borner
2021-03-13
Nicü
Marvin Borner
2021-03-12
New memory allocation algorithms
Marvin Borner
2021-03-12
Started basic ioctl fb interface
Marvin Borner
2021-03-12
Boots successfully...
Marvin Borner
2021-03-12
Let's gooo!
Marvin Borner
2021-02-22
Started new frontend lib
Marvin Borner
2021-02-18
Started GUI rewrite
Marvin Borner
2021-02-10
Print to streams instead of serial console
Marvin Borner
2020-11-18
Added browser and many networking things
Marvin Borner
2020-11-18
Started libnet
Marvin Borner
2020-11-03
Started TCP implementation
Marvin Borner
2020-11-02
Ported c4 compiler (kinda working!)
Marvin Borner
2020-11-01
New binary directory structure
Marvin Borner
2020-10-31
Added 'exec' demo program
Marvin Borner
2020-10-28
Added container functions
Marvin Borner
2020-09-13
Maaany wm features
Marvin Borner
2020-09-11
Removed wait syscall - whoopsidoo!
Marvin Borner
2020-09-07
Added wait syscall.
Marvin Borner
2020-09-06
Fixed GPF on non-existent exec
Marvin Borner
2020-09-04
Added mandelbrot demo and fpu driver
Marvin Borner
2020-09-03
Moved test to app
Marvin Borner
2020-08-22
Some window fb and yield implementation
Marvin Borner
2020-08-22
Added *very* basic polling ipc
Marvin Borner
2020-08-22
Added event resolving
Marvin Borner
2020-08-21
Finished proper return of processes
Marvin Borner
2020-08-21
Some things here and some things there
Marvin Borner
2020-08-16
Added WM and exec parameters
Marvin Borner
2020-08-16
Added psf/gui to libgui
Marvin Borner
2020-08-15
Removed vesa from kernel
Marvin Borner
2020-08-15
Added libgui
Marvin Borner
2020-08-15
Added some syscall wrappers
Marvin Borner
2020-08-10
Started elf parser/loader
Marvin Borner
2020-08-09
Added malloc/free syscall
Marvin Borner
2020-08-09
Added syscall templates
Marvin Borner
2020-08-09
Temporary cpu and serial drivers in libc
Marvin Borner
2020-08-09
Heavy restructuring of libc, kernel and apps
Marvin Borner
2020-08-07
Dual-tasking works.
Marvin Borner
2020-08-06
Some context switch fixes.
Marvin Borner
2020-08-06
Fixed messed up registers
Marvin Borner
2020-08-05
I don't really know what's happening
Marvin Borner
2020-08-05
Some proc things
Marvin Borner