Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-01 | Timing is everything | Marvin Borner | |
2021-06-18 | Renamed device prefix from 'io_' to 'dev_' | Marvin Borner | |
2021-06-12 | Fixed weird bugs without optimizations | Marvin Borner | |
I may have to revisit the exact problem in the future though. | |||
2021-06-08 | Process exit improvements | Marvin Borner | |
2021-06-03 | Smashed some dumb bugs | Marvin Borner | |
aargh | |||
2021-06-02 | Huge scheduler rewrite and other things | Marvin Borner | |
2021-05-23 | Cleanup, linting, formatting | Marvin Borner | |
2021-05-20 | Added BGA driver and generic FB wrapper | Marvin Borner | |
2021-05-20 | Major restructuring | Marvin Borner | |
2021-05-20 | Improved IDE/ATA drivers | Marvin Borner | |
2021-05-20 | Coding style fixes | Marvin Borner | |
2021-05-19 | Smashed some bugs | Marvin Borner | |
2021-05-18 | Fixed issues with intel emulation | Marvin Borner | |
2021-05-18 | Improved entire building chain (especially debugging) | Marvin Borner | |
2021-05-08 | Better cmdline parsing | Marvin Borner | |
2021-05-08 | Better serial management | Marvin Borner | |
Yay, I wrote my final information technology exam yesterday (abitur). Only english and mathematics are left now - hype!! (sorry for polluting my commit messages with useless personal news but this will affect the future of Melvix as my free time and therefore the time that I'm working on this project will increase massively once I'm finished with all my exams) | |||
2021-05-05 | Debugging improvements | Marvin Borner | |
STILL NOT FOUND (see previous descr) | |||
2021-05-04 | General fixes (see description) - closes #17 | Marvin Borner | |
Somehow the Grub conversion (or anything before/between that) seems to have caused a *very* weird memory bug involving the heap/stack/sth overflowing into the video memory which will obviously result in strange undefined behaviour when data is written to the video memory. VERY STRANGE. Well, I need to prepare for my finals (Abitur) so I don't know whether I can fix this issue in the next few days. We'll see... | |||
2021-05-03 | Fixed TSS | Marvin Borner | |
2021-05-03 | PURE | Marvin Borner | |
2021-05-02 | Some GDT improvements (attempts to fix no I/O GPF) | Marvin Borner | |
2021-04-30 | Some small fixes here and there | Marvin Borner | |
2021-04-30 | Added MBR driver and better disk creation | Marvin Borner | |
2021-04-29 | Alright! | Marvin Borner | |
2021-04-29 | Multiboot/Grub progress | Marvin Borner | |
2021-04-28 | Started conversion to Grub (#17) | Marvin Borner | |
Yes, the CI won't like this. | |||
2021-04-27 | Huge compositor, timer and yielding improvements | Marvin Borner | |
2021-04-26 | PS/2 mouse aah | Marvin Borner | |
2021-04-26 | Added VMMouse support and improved PS/2 mouse | Marvin Borner | |
2021-04-25 | Added range-based memory validator | Marvin Borner | |
2021-04-17 | Added I/O bus implementation for efficient IPC | Marvin Borner | |
This was a nice coding session. See ya tomorrow! | |||
2021-04-17 | Implemented I/O polling | Marvin Borner | |
2021-04-16 | New elegant I/O blocking solution | Marvin Borner | |
This is done using an internal scheduler syscall (127). Very nice! | |||
2021-04-15 | Basic block/unblock | Marvin Borner | |
2021-04-14 | Implemented some I/O interfaces | Marvin Borner | |
2021-04-14 | Even more I/O - started new PS/2 driver | Marvin Borner | |
2021-04-13 | Started IO dev manager | Marvin Borner | |
2021-04-10 | Some changes here and there | Marvin Borner | |
2021-04-10 | Gave procs own kernel stack (TSS) | Marvin Borner | |
2021-04-09 | Added readable/writable checks | Marvin Borner | |
2021-04-08 | Added UMIP | Marvin Borner | |
2021-04-06 | Made exec syscall relative using app name | Marvin Borner | |
My plan is to implement a mobile-OS-like sandboxing using manifests and permission middlewares. Let's see if I can manage to do this without sacrificing too much performance. I'm also wondering whether I should implement open/close syscalls which would result in a cleaner block/unblock mechanism. I need to think. Hmmm.. Naa | |||
2021-04-05 | Fixed some minor bugs | Marvin Borner | |
2021-04-05 | Added new randomization features | Marvin Borner | |
2021-04-03 | Enabled SMAP/SMEP protections | Marvin Borner | |
2021-04-02 | Added kernel section clear/protect after init | Marvin Borner | |
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data. | |||
2021-04-02 | Replaced target macros | Marvin Borner | |
2021-04-02 | Huge scheduling/proc-management improvements | Marvin Borner | |
2021-03-21 | Hardened syscalls | Marvin Borner | |
2021-03-20 | LGTM! | Marvin Borner | |
2021-03-19 | Some things | Marvin Borner | |
2021-03-15 | System hardening and errno impl | Marvin Borner | |
2021-03-14 | Maaany fixes :) | Marvin Borner | |
I don't have the motivation to write better commit messages... | |||
2021-03-13 | Some security measures | Marvin Borner | |
2021-03-13 | Nicü | Marvin Borner | |
2021-03-12 | Started basic ioctl fb interface | Marvin Borner | |
2021-03-12 | Let's gooo! | Marvin Borner | |
2021-03-02 | Getting closer! | Marvin Borner | |
2021-02-26 | Removed serial driver from userspace | Marvin Borner | |
2021-02-25 | Added some debugging features | Marvin Borner | |
I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon. | |||
2021-02-25 | Applied even more warning flags! | Marvin Borner | |
Fixing all the warnings wasn't that easy actually.. | |||
2021-02-25 | Added *many* static keywords | Marvin Borner | |
2021-02-21 | Activated SSE/FPU features for better performance | Marvin Borner | |
2021-02-14 | Message waiting and more! | Marvin Borner | |
2021-02-10 | Print to streams instead of serial console | Marvin Borner | |
2021-02-07 | Added poll syscall | Marvin Borner | |
2021-02-07 | Added filesystem and proc permissions | Marvin Borner | |
2021-02-07 | Fixed some memory leaks (broke some stuff too) | Marvin Borner | |
2021-01-21 | Implementing new features... | Marvin Borner | |
2021-01-21 | Fixed stray keyboard characters | Marvin Borner | |
2021-01-15 | Implemented basic dev ready-state waiting | Marvin Borner | |
2021-01-15 | Fixed kernel exceptions | Marvin Borner | |
2021-01-13 | VFS ready function and read yielding | Marvin Borner | |
2021-01-09 | Let's make a procfs for IPC instead | Marvin Borner | |
2021-01-09 | To be continued | Marvin Borner | |
2021-01-09 | Finding memory leaks is SO exhausting argh | Marvin Borner | |
2021-01-08 | Cleanup | Marvin Borner | |
2021-01-08 | Major IDE/ATA driver rewrite | Marvin Borner | |
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware. | |||
2020-11-24 | Fixed timer counting with yield() | Marvin Borner | |
2020-11-21 | Added net_installed check | Marvin Borner | |
2020-11-15 | Added DNS errors | Marvin Borner | |
2020-11-14 | Some fixes | Marvin Borner | |
I WAS BUG-SEARCHING FOR SEVERAL HOURS WHYYYY, WHEEERE, AAAAAH | |||
2020-11-13 | Removed some useless code | Marvin Borner | |
I spent several hours tracing the bug that followed me since months, but I haven't found it yet :( Where are you, HEISENBUG?! | |||
2020-11-08 | Probably fixed packet dropping | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-11-02 | Reverted rtl driver, improvements caused crashing | Marvin Borner | |
2020-11-02 | Better logging | Marvin Borner | |
2020-11-02 | Improved error handling in rtl driver | Marvin Borner | |
2020-11-01 | New (working!) network approach | Marvin Borner | |
2020-10-26 | Optimizations | Marvin Borner | |
2020-10-24 | Started new GFX/GUI abstraction | Marvin Borner | |
2020-09-27 | Networky things | Marvin Borner | |
Idk, really | |||
2020-09-27 | Added UDP, DHCP, ARP | Marvin Borner | |
Quite awesome, IMHO | |||
2020-09-26 | Very simple icmp ping handling | Marvin Borner | |
2020-09-26 | Some random network things | Marvin Borner | |
2020-09-24 | Restructured network stack | Marvin Borner | |
2020-09-24 | IPv6 networking... | Marvin Borner | |
2020-09-21 | Frustration | Marvin Borner | |
2020-09-21 | Networking | Marvin Borner | |
2020-09-20 | Started rtl8139 driver | Marvin Borner | |