aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/paging
AgeCommit message (Collapse)Author
2020-01-20Added pure awesomenessMarvin Borner
Actually quite some days of work but ok
2020-01-16Quite a different approach to userspace pagingMarvin Borner
Hope this works soon!
2020-01-14Awesome paging updatesMarvin Borner
MUCH STUFF COMING SOON!
2020-01-06Usermode based allocating works a bit nowMarvin Borner
*a bit*
2020-01-04Removed hardcoded line numbersMarvin Borner
Wasn't that hard after all, eh?
2019-12-21Many debugging/serial improvementsMarvin Borner
Sorry for the little information, but I did many things :)
2019-12-17Finally fixed text input syscalls!Marvin Borner
I guess I can officially call me dumb now as I just forgot to return the actual value from the syscall handler...
2019-12-16Single hardcoded pixel drawing in userspace somehow works a bitMarvin Borner
2019-12-14idkMarvin Borner
2019-12-08Working text input!Marvin Borner
2019-11-30Replaced vesa print functions with printfMarvin Borner
2019-11-30Re-enabled font in non-installed versionsMarvin Borner
2019-11-24Major coding style reformatting -> Kernighan & RitchieMarvin Borner
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel
2019-11-23Some formattingMarvin Borner
2019-11-23Fixed vesa, acpi and installation!Marvin Borner
2019-11-23Tried implementing memory based paging...Marvin Borner
Also did many other fixes/improvements. While I think I did most things correct, the ACPI doesn't work anymore (triple fault) and the resolution detection fails with 0x2... :c
2019-11-20Began two-stage hdd bootloader and os installerMarvin Borner
2019-11-08Began implementation of non-grub bootloaderMarvin Borner
2019-10-30Started implementation of initrd based vfsMarvin Borner
2019-10-27Improved boot process and color schemeMarvin Borner
2019-10-26Using compiler-based include methodsMarvin Borner
2019-10-25Rewrite of paging and alloc functionsMarvin Borner
Still not working though :/
2019-10-24Re-enabled non-paging vesa drawingMarvin Borner
I still can't exactly find the bug with paging and vesa drawing but it works when paging is disabled.
2019-10-23Added es:di manual settingMarvin Borner
2019-10-18Improved error logging and debugging possibilitiesMarvin Borner
2019-10-15No more errors!Marvin Borner
Still not working
2019-10-14Trying some thingsMarvin Borner
2019-10-13Fixed all compiler warningsMarvin Borner
2019-10-13Improved code qualityMarvin Borner
2019-10-12Paging and heap rewriteMarvin Borner
VESA drawing causes a Page fault because it tries to use a pointer to the framebuffer which was created before the paging has been initialized. If the resolution is set after the paging has been initialized the CPU throws a triple fault because the int32 call can not happen with paging turned on. To be fixed soon!
2019-10-02Finally fixed VESA auto resolution finderMarvin Borner
This was quite hard and strange but it works now!
2019-09-30Added paging and fixed several bugsMarvin Borner
2019-09-27Added some paging functionalityMarvin Borner