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
/
system.c
Age
Commit message (
Expand
)
Author
2020-06-17
Started rewrite
Marvin Borner
2020-05-28
Way better assertion
Marvin Borner
2020-05-12
Still searching the bug...
Marvin Borner
2020-05-07
Added and applied include-sorting
Marvin Borner
2020-05-06
New build parameters and shared includes
Marvin Borner
2020-05-01
Added devfs and basic standard devices
Marvin Borner
2020-04-29
MUCH work in libc
Marvin Borner
2020-04-28
Fixed userspace entering...
Marvin Borner
2020-04-26
Awesome new multitasking system and scheduler
Marvin Borner
2020-04-26
Complete rewrite of paging and allocation libs
Marvin Borner
2020-04-19
Applied tidy command...
Marvin Borner
2020-04-15
Added even more colors!
Marvin Borner
2020-04-15
Added awesome logging colors
Marvin Borner
2020-04-15
Used macro magic to implement function-based logs
Marvin Borner
2020-04-15
Added ext2 filesystem
Marvin Borner
2020-04-14
Switched to grub
Marvin Borner
2020-03-27
Added and applied tidy command
Marvin Borner
2020-03-18
Applied official linux kernel code style guidelines
Marvin Borner
2020-03-18
Replaced asm calls with sweet function
Marvin Borner
2020-01-26
Nothin' special
Marvin Borner
2020-01-26
Magic commit
Marvin Borner
2020-01-20
Added pure awesomeness
Marvin Borner
2020-01-16
Quite a different approach to userspace paging
Marvin Borner
2020-01-06
Usermode based allocating works a bit now
Marvin Borner
2020-01-04
Removed hardcoded line numbers
Marvin Borner
2019-12-21
Many debugging/serial improvements
Marvin Borner
2019-12-07
Added userspace libc and began userspace based shell
Marvin Borner
2019-11-30
Working userspace!
Marvin Borner
2019-11-30
Replaced vesa print functions with printf
Marvin Borner
2019-11-24
Major coding style reformatting -> Kernighan & Ritchie
Marvin Borner
2019-11-23
Tried implementing memory based paging...
Marvin Borner
2019-11-10
Added semi-working bootloader
Marvin Borner
2019-11-01
Fixed VGA buffer logging
Marvin Borner
2019-11-01
Tried implementing better logging system
Marvin Borner
2019-10-28
Added support for more color types (bpp)
Marvin Borner
2019-10-27
Improved boot process and color scheme
Marvin Borner
2019-10-27
Heureka! Fixed VESA resolution finder!
Marvin Borner
2019-10-26
Using compiler-based include methods
Marvin Borner
2019-10-26
Improved VESA and fixed warnings
Marvin Borner