Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. | |||
2021-03-20 | LGTM! | Marvin Borner | |
2021-03-20 | Even more fixes! :^) | Marvin Borner | |
2021-03-12 | Started basic ioctl fb interface | Marvin Borner | |
2021-03-02 | very good this is | Marvin Borner | |
2021-02-28 | Fixed memory mapping detection | Marvin Borner | |
2021-02-27 | Started basic paging port from skiftOS | 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 | Updated makefiles | Marvin Borner | |
2021-01-09 | Let's make a procfs for IPC instead | Marvin Borner | |
2020-11-17 | I think this fixes quite many bugs! | Marvin Borner | |
For real though! First tests show no weird bugs anymore. | |||
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-12 | Traced some issues; disabled malloc alignment | Marvin Borner | |
2020-11-09 | Removed non-net support and fixed some bugs | Marvin Borner | |
2020-11-05 | Added warning flags and fixed them :) | Marvin Borner | |
2020-10-24 | Started new GFX/GUI abstraction | Marvin Borner | |
2020-10-24 | Fixed Ofast - unfinished debugging! | Marvin Borner | |
Don't ask how I came up with the flags.. | |||
2020-10-24 | Forced ccache compilation | Marvin Borner | |
...and some fixes :) | |||
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-20 | Started rtl8139 driver | Marvin Borner | |
2020-09-19 | Wrroooooooom, I'm faster. ig | Marvin Borner | |
2020-09-15 | Added window focus z-index | Marvin Borner | |
2020-09-14 | Tracked down 12KiB bug | Marvin Borner | |
2020-09-12 | Fixed vbe parameter in ext2 loader | Marvin Borner | |
2020-09-12 | Independent ext2 bootloader for bigger kernels | Marvin Borner | |
2020-09-06 | Started ACPI driver | Marvin Borner | |
2020-09-04 | Added mandelbrot demo and fpu driver | Marvin Borner | |
2020-09-03 | Moved test to app | Marvin Borner | |
2020-08-31 | Abstracted tests from boot process | Marvin Borner | |
2020-08-30 | Even more tests | Marvin Borner | |
2020-08-30 | Added kernel testing suit | Marvin Borner | |
2020-08-25 | Added mouse driver and better event system | Marvin Borner | |
2020-08-21 | Some things here and some things there | Marvin Borner | |
2020-08-16 | Added events and map syscall | Marvin Borner | |
2020-08-15 | Removed vesa from kernel | Marvin Borner | |
2020-08-15 | Added libgui | Marvin Borner | |
2020-08-09 | Some build process changes | Marvin Borner | |
2020-08-09 | Added malloc/free syscall | Marvin Borner | |
2020-08-09 | Temporary cpu and serial drivers in libc | Marvin Borner | |
2020-08-09 | Heavy restructuring of libc, kernel and apps | Marvin Borner | |