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
/
lib
/
memory.c
Age
Commit message (
Expand
)
Author
2020-05-19
Woah, so many changes :O
Marvin Borner
2020-05-15
Added test-case for malloc
Marvin Borner
2020-05-14
Some attempts to fix it, nothing works
Marvin Borner
2020-05-13
Replaced alloc.h with liballoc
Marvin Borner
2020-05-07
Added and applied include-sorting
Marvin Borner
2020-05-07
Some fixes here and there...
Marvin Borner
2020-05-06
New build parameters and shared includes
Marvin Borner
2020-04-29
Fixed several warnings, errors and dumb bugs
Marvin Borner
2020-04-28
Added support for multiple user applications
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-18
Added fadt flags and ACPI reboot
Marvin Borner
2020-04-18
I don't know HOW I did it, but it works!
Marvin Borner
2020-04-18
Completely reworked ACPI tables
Marvin Borner
2020-04-17
Added more precise memory measurement
Marvin Borner
2020-04-17
Started implementing multiboot2 standard
Marvin Borner
2020-04-15
Used macro magic to implement function-based logs
Marvin Borner
2020-04-14
Switched to grub
Marvin Borner
2020-03-27
Added and applied tidy command
Marvin Borner
2020-03-22
Just some casual fixes
Marvin Borner
2020-03-18
Applied official linux kernel code style guidelines
Marvin Borner
2020-01-20
Added pure awesomeness
Marvin Borner
2019-11-24
Major coding style reformatting -> Kernighan & Ritchie
Marvin Borner
2019-11-23
Fixed almost every vesa memory bug
Marvin Borner
2019-11-23
Tried implementing memory based paging...
Marvin Borner
2019-11-20
Began two-stage hdd bootloader and os installer
Marvin Borner
2019-10-30
Started implementation of initrd based vfs
Marvin Borner
2019-10-26
Removed VGA driver support
Marvin Borner
2019-09-19
Moved source to kernel directory
Marvin Borner