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
/
acpi
Age
Commit message (
Expand
)
Author
2020-03-18
Applied official linux kernel code style guidelines
Marvin Borner
2020-03-18
Replaced asm calls with sweet function
Marvin Borner
2020-02-22
Well basically nothing really works I guess
Marvin Borner
2020-01-20
Added pure awesomeness
Marvin Borner
2020-01-04
Removed hardcoded line numbers
Marvin Borner
2019-12-21
Many debugging/serial improvements
Marvin Borner
2019-11-24
Major coding style reformatting -> Kernighan & Ritchie
Marvin Borner
2019-11-23
Some formatting
Marvin Borner
2019-11-23
Fixed vesa, acpi and installation!
Marvin Borner
2019-11-23
Tried implementing memory based paging...
Marvin Borner
2019-11-17
Some HPET structs
Marvin Borner
2019-11-12
Began high precision timer (HPET) implementation
Marvin Borner
2019-11-03
Began system management bios implementation and fixed things
Marvin Borner
2019-10-30
Started implementation of initrd based vfs
Marvin Borner
2019-10-29
Some minor improvements
Marvin Borner
2019-10-28
Added cmos based rtc date & time
Marvin Borner
2019-10-26
Using compiler-based include methods
Marvin Borner
2019-10-26
Removed VGA driver support
Marvin Borner
2019-09-28
Added some documentation
Marvin Borner
2019-09-22
Fixed several GCC warnings
Marvin Borner
2019-09-21
Added ACPI based shutdown command
Marvin Borner