Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-01 | Timing is everything | Marvin Borner | |
2021-06-19 | Improved bus and device management | Marvin Borner | |
2021-06-08 | Process exit improvements | Marvin Borner | |
2021-06-02 | Huge scheduler rewrite and other things | Marvin Borner | |
2021-05-20 | Major restructuring | Marvin Borner | |
2021-05-15 | Strange fixes | Marvin Borner | |
I have no ideas halp | |||
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-04-30 | Some small fixes here and there | Marvin Borner | |
2021-04-29 | Multiboot/Grub progress | Marvin Borner | |
2021-04-27 | Huge compositor, timer and yielding improvements | Marvin Borner | |
2021-04-25 | Chu chuu, using the bus for everything now! | Marvin Borner | |
Well, I know: bus != train. But I like trains. So I don't care. Go away! | |||
2021-04-17 | Added I/O bus implementation for efficient IPC | Marvin Borner | |
This was a nice coding session. See ya tomorrow! | |||
2021-04-16 | New elegant I/O blocking solution | Marvin Borner | |
This is done using an internal scheduler syscall (127). Very nice! | |||
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-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 | Added new randomization features | Marvin Borner | |
2021-04-02 | Replaced target macros | Marvin Borner | |
2021-04-02 | Huge scheduling/proc-management improvements | Marvin Borner | |
2021-04-01 | Hardened entire system | Marvin Borner | |
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf. | |||
2021-03-28 | Added ring0 privileges to kernel processes | Marvin Borner | |
This enables a more efficient idling process using the hlt instruction. The context-switching is a bit slower now, too. I have to look into that. | |||
2021-03-21 | Cleaner shared memory implementation | Marvin Borner | |
2021-03-21 | Hardened syscalls | Marvin Borner | |
2021-03-13 | Nicü | Marvin Borner | |
2021-03-02 | very good this is | 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-21 | Activated SSE/FPU features for better performance | Marvin Borner | |
2021-02-16 | Okay! | 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-09 | Added basic streams | 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 | Fixed some dumb bugs | Marvin Borner | |
2021-01-20 | Added proc wait struct with function | Marvin Borner | |
2021-01-15 | Implemented basic dev ready-state waiting | Marvin Borner | |
2021-01-14 | Added kernel idle process | Marvin Borner | |
2021-01-11 | Much work.. | Marvin Borner | |
2021-01-10 | Started procfs | Marvin Borner | |
2021-01-09 | Let's make a procfs for IPC instead | Marvin Borner | |
2021-01-09 | To be continued | Marvin Borner | |
2020-11-24 | Fixed timer counting with yield() | Marvin Borner | |
2020-11-18 | Added browser and many networking things | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-09-16 | Added *very* basic keymap parsing | Marvin Borner | |
2020-09-14 | Some GUI fixes | Marvin Borner | |
2020-09-13 | Added window scaling | Marvin Borner | |
2020-09-11 | Removed wait syscall - whoopsidoo! | Marvin Borner | |
2020-09-07 | Added wait syscall. | Marvin Borner | |
This makes a process sleep until it receives a new message (no polling!). I thought that this will result in performance improvements but I haven't noticed any, yet. Maybe I'll remove this again in the future.. | |||
2020-09-05 | Improved scheduler | Marvin Borner | |
2020-08-25 | Some optimizations or sth | Marvin Borner | |
2020-08-24 | Removed async events | Marvin Borner | |
2020-08-22 | Some window fb and yield implementation | Marvin Borner | |
2020-08-22 | Added *very* basic polling ipc | Marvin Borner | |
2020-08-22 | Added event resolving | Marvin Borner | |
2020-08-22 | Added proc event list | Marvin Borner | |
2020-08-22 | Added quantum counter | Marvin Borner | |
2020-08-22 | Switched proc linked list to libc list | Marvin Borner | |
2020-08-21 | Finished proper return of processes | Marvin Borner | |
2020-08-21 | Some things here and some things there | Marvin Borner | |
2020-08-17 | Added event descriptor | Marvin Borner | |
2020-08-15 | Added some syscall wrappers | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |