Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-17 | Started rewrite | Marvin Borner | |
2020-05-13 | Replaced alloc.h with liballoc | Marvin Borner | |
And many more adaptions to the lib | |||
2020-05-07 | Added and applied include-sorting | Marvin Borner | |
Worked better than I thought! | |||
2020-05-07 | Some fixes here and there... | Marvin Borner | |
Also implemented serial console in userspace | |||
2020-05-06 | New build parameters and shared includes | Marvin Borner | |
This changes many files but I've just applied some replace commands.. So - nothing special! | |||
2020-05-06 | Removed 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-02 | Some work in the vfs | Marvin Borner | |
2020-05-02 | Added many syscalls to get better POSIX compliance | Marvin Borner | |
2020-04-29 | MUCH work in libc | Marvin Borner | |
Also cleaned up some syscalls etc | |||
2020-04-29 | Some work on the libgui | Marvin Borner | |
2020-04-29 | Started libgui implementation | Marvin Borner | |
2020-04-28 | Added support for multiple user applications | Marvin Borner | |
2020-04-28 | Maaaany fixes... | Marvin Borner | |
Sorry for the increasingly worse-getting commit messages :D | |||
2020-04-26 | Awesome new multitasking system and scheduler | Marvin Borner | |
2020-04-26 | Complete rewrite of paging and allocation libs | Marvin Borner | |
-> This was REALLY needed. | |||
2020-04-25 | Fixed ext2 reading by using genext2fs | Marvin Borner | |
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now. | |||
2020-04-25 | Added 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-21 | Finally! EXT2 is working now :) | Marvin Borner | |
Puuh. | |||
2020-04-19 | Applied tidy command... | Marvin Borner | |
Idk why I forgot it for several commits :D | |||
2020-04-16 | Many fix attempts for the divide by zero exception | Marvin Borner | |
2020-04-15 | Used macro magic to implement function-based logs | 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 | |
Due to my change to vim and the clang-format plugin this was needed! | |||
2020-02-16 | Revert to good ol' paging | Marvin Borner | |
2020-02-01 | Why did I do that? | Marvin Borner | |
Somehow there slipped a hardcoded constant into the vesa driver :/ | |||
2020-01-26 | Magic commit | Marvin Borner | |
Some things work, others don't. | |||
2020-01-25 | Hehe fixed video bug :) | Marvin Borner | |
Took around 5 days. | |||
2020-01-21 | Naming scheme and page fault improvements | Marvin Borner | |
2020-01-20 | Added pure awesomeness | Marvin Borner | |
Actually quite some days of work but ok | |||
2020-01-05 | I really need to understand monospaced fonts lel | Marvin Borner | |
Aka: Removed font stretchiness :) | |||
2020-01-04 | Removed hardcoded line numbers | Marvin Borner | |
Wasn't that hard after all, eh? | |||
2019-12-21 | Many debugging/serial improvements | Marvin Borner | |
Sorry for the little information, but I did many things :) | |||
2019-12-16 | Single hardcoded pixel drawing in userspace somehow works a bit | Marvin Borner | |
2019-12-14 | idk | Marvin Borner | |
2019-12-11 | Some user-side graphics | Marvin Borner | |
2019-12-10 | Some syscalls and userspace stuff | Marvin Borner | |
sorry for the worse-getting commit messages... | |||
2019-12-07 | Added userspace libc and began userspace based shell | Marvin Borner | |
2019-12-05 | Some mouse cursor improvements | Marvin Borner | |
2019-12-05 | Fixed mouse cursor glitching | Marvin Borner | |
2019-11-30 | Working userspace! | Marvin Borner | |
2019-11-30 | Replaced vesa print functions with printf | Marvin Borner | |
2019-11-30 | Re-enabled font in non-installed versions | Marvin Borner | |
2019-11-30 | Renamed assets directory | Marvin Borner | |
2019-11-30 | Yeeha fixed font installation! | Marvin Borner | |
2019-11-28 | Made font external module | Marvin Borner | |
2019-11-24 | Major coding style reformatting -> Kernighan & Ritchie | Marvin Borner | |
This project now (hopefully) uses the same style recommended by Kernighan and Ritchie and used in the Linux Kernel | |||
2019-11-23 | Fixed vesa, acpi and installation! | Marvin Borner | |
2019-11-23 | Fixed almost every vesa memory bug | Marvin Borner | |
2019-11-23 | Tried 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-10 | Fixed some strange bugs and reimplemented mode detection | Marvin Borner | |
2019-11-08 | Began implementation of non-grub bootloader | Marvin Borner | |
2019-11-07 | Some improvements | Marvin Borner | |
Artifacts still not fixed though | |||
2019-11-06 | Added kinda-working cursor reset | Marvin Borner | |
ARTIFACTS! | |||
2019-11-06 | Added better cursor design | Marvin Borner | |
2019-11-05 | Added basic PS/2 mouse support | Marvin Borner | |
2019-11-01 | Fixed VGA buffer logging | Marvin Borner | |
2019-11-01 | Tried implementing better logging system | Marvin Borner | |
2019-10-31 | Fixed several warnings | Marvin Borner | |
2019-10-31 | Some user mode improvements | Marvin Borner | |
2019-10-31 | Implemented basic syscalls and user mode | Marvin Borner | |
Doesn't completely work right now | |||
2019-10-30 | Added kind of working initrd support | Marvin Borner | |
2019-10-30 | Started implementation of initrd based vfs | Marvin Borner | |
2019-10-30 | Added better font resizing | Marvin Borner | |
2019-10-29 | Added license information | Marvin Borner | |
2019-10-29 | Added 12x24 spleen font | Marvin Borner | |
2019-10-29 | Fixed multi-byte font conversion | Marvin Borner | |
2019-10-29 | Added dynamic font choosing | Marvin Borner | |
2019-10-29 | Added 8x16 spleen font | Marvin Borner | |
2019-10-29 | Added automatic bdf to c converter script | Marvin Borner | |
2019-10-29 | Fixed backspace array char removal | Marvin Borner | |
2019-10-29 | Finally fixed a long-existent memory bug | Marvin Borner | |
2019-10-28 | Fixed 32bpp and fixed some 16bpp artifacts | Marvin Borner | |
2019-10-28 | Fixed spleen font! | Marvin Borner | |
Looks awesome but needs scaling for smaller screens | |||
2019-10-28 | IntelliJ fucked up | Marvin Borner | |
IDEAs autoformatting tries writing the includes in different lines which obviously doesn't work... WHY?! | |||
2019-10-28 | Started implementing 16x32 Spleen font | Marvin Borner | |
2019-10-28 | Added cmos based rtc date & time | Marvin Borner | |
2019-10-28 | Fixed second inversion | Lars Krönner | |
2019-10-28 | Fixed one inversion | Marvin Borner | |
2019-10-28 | Added 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-27 | Improved boot process and color scheme | Marvin Borner | |
2019-10-27 | Heureka! Fixed VESA resolution finder! | Marvin Borner | |
2019-10-27 | Added brute forced common mode trying | Marvin Borner | |
2019-10-26 | Using compiler-based include methods | Marvin Borner | |
2019-10-26 | Improved VESA and fixed warnings | Marvin Borner | |
2019-10-26 | Added terminal tty features | Marvin Borner | |
2019-10-26 | Removed VGA driver support | Marvin Borner | |
2019-10-25 | Rewrite of paging and alloc functions | Marvin Borner | |
Still not working though :/ | |||
2019-10-25 | Probably fixed resolution finder when failing | Marvin Borner | |
2019-10-24 | Added basic VESA keyboard support | Marvin Borner | |
2019-10-24 | Re-enabled non-paging vesa drawing | Marvin Borner | |
I still can't exactly find the bug with paging and vesa drawing but it works when paging is disabled. | |||
2019-10-23 | Fixed page fault and added better resolution logging | Marvin Borner | |
2019-10-23 | Added es:di manual setting | Marvin Borner | |
2019-10-16 | Fixed framebuffer activation | Marvin Borner | |
2019-10-16 | Added some VGA fallback features | Marvin Borner | |
2019-10-15 | No more errors! | Marvin Borner | |
Still not working | |||
2019-10-14 | A different approach to mode setting | Marvin Borner | |
2019-10-14 | Trying some things | Marvin Borner | |
2019-10-13 | Fixed all compiler warnings | Marvin Borner | |
2019-10-13 | Improved code quality | Marvin Borner | |