aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/graphics
AgeCommit message (Collapse)Author
2020-06-17Started rewriteMarvin Borner
2020-05-13Replaced alloc.h with liballocMarvin Borner
And many more adaptions to the lib
2020-05-07Added and applied include-sortingMarvin Borner
Worked better than I thought!
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-06New build parameters and shared includesMarvin Borner
This changes many files but I've just applied some replace commands.. So - nothing special!
2020-05-06Removed vfs - ext2 ftw!Marvin Borner
I should really start thinking before I implement features. Now I did and I have quite a good plan for the future of Melvix (hint: not unix/posix-compliant!).
2020-05-02Some work in the vfsMarvin Borner
2020-05-02Added many syscalls to get better POSIX complianceMarvin Borner
2020-04-29MUCH work in libcMarvin Borner
Also cleaned up some syscalls etc
2020-04-29Some work on the libguiMarvin Borner
2020-04-29Started libgui implementationMarvin Borner
2020-04-28Added support for multiple user applicationsMarvin Borner
2020-04-28Maaaany fixes...Marvin Borner
Sorry for the increasingly worse-getting commit messages :D
2020-04-26Awesome new multitasking system and schedulerMarvin Borner
2020-04-26Complete rewrite of paging and allocation libsMarvin Borner
-> This was REALLY needed.
2020-04-25Fixed ext2 reading by using genext2fsMarvin Borner
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now.
2020-04-25Added indirect pointers - re-enabled font :)Marvin Borner
I don't know why, but once there are multiple files on the drive the kernel can only read one file.. I'll investigate this later.
2020-04-21Finally! EXT2 is working now :)Marvin Borner
Puuh.
2020-04-19Applied tidy command...Marvin Borner
Idk why I forgot it for several commits :D
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner
2020-04-15Used macro magic to implement function-based logsMarvin Borner
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-22Just some casual fixesMarvin Borner
2020-03-18Applied official linux kernel code style guidelinesMarvin Borner
Due to my change to vim and the clang-format plugin this was needed!
2020-02-16Revert to good ol' pagingMarvin Borner
2020-02-01Why did I do that?Marvin Borner
Somehow there slipped a hardcoded constant into the vesa driver :/
2020-01-26Magic commitMarvin Borner
Some things work, others don't.
2020-01-25Hehe fixed video bug :)Marvin Borner
Took around 5 days.
2020-01-21Naming scheme and page fault improvementsMarvin Borner
2020-01-20Added pure awesomenessMarvin Borner
Actually quite some days of work but ok
2020-01-05I really need to understand monospaced fonts lelMarvin Borner
Aka: Removed font stretchiness :)
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-16Single hardcoded pixel drawing in userspace somehow works a bitMarvin Borner
2019-12-14idkMarvin Borner
2019-12-11Some user-side graphicsMarvin Borner
2019-12-10Some syscalls and userspace stuffMarvin Borner
sorry for the worse-getting commit messages...
2019-12-07Added userspace libc and began userspace based shellMarvin Borner
2019-12-05Some mouse cursor improvementsMarvin Borner
2019-12-05Fixed mouse cursor glitchingMarvin Borner
2019-11-30Working userspace!Marvin Borner
2019-11-30Replaced vesa print functions with printfMarvin Borner
2019-11-30Re-enabled font in non-installed versionsMarvin Borner
2019-11-30Renamed assets directoryMarvin Borner
2019-11-30Yeeha fixed font installation!Marvin Borner
2019-11-28Made font external moduleMarvin 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-23Fixed vesa, acpi and installation!Marvin Borner
2019-11-23Fixed almost every vesa memory bugMarvin 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-10Fixed some strange bugs and reimplemented mode detectionMarvin Borner
2019-11-08Began implementation of non-grub bootloaderMarvin Borner
2019-11-07Some improvementsMarvin Borner
Artifacts still not fixed though
2019-11-06Added kinda-working cursor resetMarvin Borner
ARTIFACTS!
2019-11-06Added better cursor designMarvin Borner
2019-11-05Added basic PS/2 mouse supportMarvin Borner
2019-11-01Fixed VGA buffer loggingMarvin Borner
2019-11-01Tried implementing better logging systemMarvin Borner
2019-10-31Fixed several warningsMarvin Borner
2019-10-31Some user mode improvementsMarvin Borner
2019-10-31Implemented basic syscalls and user modeMarvin Borner
Doesn't completely work right now
2019-10-30Added kind of working initrd supportMarvin Borner
2019-10-30Started implementation of initrd based vfsMarvin Borner
2019-10-30Added better font resizingMarvin Borner
2019-10-29Added license informationMarvin Borner
2019-10-29Added 12x24 spleen fontMarvin Borner
2019-10-29Fixed multi-byte font conversionMarvin Borner
2019-10-29Added dynamic font choosingMarvin Borner
2019-10-29Added 8x16 spleen fontMarvin Borner
2019-10-29Added automatic bdf to c converter scriptMarvin Borner
2019-10-29Fixed backspace array char removalMarvin Borner
2019-10-29Finally fixed a long-existent memory bugMarvin Borner
2019-10-28Fixed 32bpp and fixed some 16bpp artifactsMarvin Borner
2019-10-28Fixed spleen font!Marvin Borner
Looks awesome but needs scaling for smaller screens
2019-10-28IntelliJ fucked upMarvin Borner
IDEAs autoformatting tries writing the includes in different lines which obviously doesn't work... WHY?!
2019-10-28Started implementing 16x32 Spleen fontMarvin Borner
2019-10-28Added cmos based rtc date & timeMarvin Borner
2019-10-28Fixed second inversionLars Krönner
2019-10-28Fixed one inversionMarvin Borner
2019-10-28Added support for more color types (bpp)Marvin Borner
Somehow the text is inverted and things are strange but the colors may be correct.
2019-10-27Improved boot process and color schemeMarvin Borner
2019-10-27Heureka! Fixed VESA resolution finder!Marvin Borner
2019-10-27Added brute forced common mode tryingMarvin Borner
2019-10-26Using compiler-based include methodsMarvin Borner
2019-10-26Improved VESA and fixed warningsMarvin Borner
2019-10-26Added terminal tty featuresMarvin Borner
2019-10-26Removed VGA driver supportMarvin Borner
2019-10-25Rewrite of paging and alloc functionsMarvin Borner
Still not working though :/
2019-10-25Probably fixed resolution finder when failingMarvin Borner
2019-10-24Added basic VESA keyboard supportMarvin Borner
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-23Fixed page fault and added better resolution loggingMarvin Borner
2019-10-23Added es:di manual settingMarvin Borner
2019-10-16Fixed framebuffer activationMarvin Borner
2019-10-16Added some VGA fallback featuresMarvin Borner
2019-10-15No more errors!Marvin Borner
Still not working
2019-10-14A different approach to mode settingMarvin Borner
2019-10-14Trying some thingsMarvin Borner
2019-10-13Fixed all compiler warningsMarvin Borner
2019-10-13Improved code qualityMarvin Borner