aboutsummaryrefslogtreecommitdiff
path: root/kernel/main.c
AgeCommit message (Collapse)Author
2021-06-18Renamed device prefix from 'io_' to 'dev_'Marvin Borner
2021-06-02Huge scheduler rewrite and other thingsMarvin Borner
2021-05-23Cleanup, linting, formattingMarvin Borner
2021-05-20Major restructuringMarvin Borner
2021-05-18Fixed issues with intel emulationMarvin Borner
2021-05-08Better cmdline parsingMarvin Borner
2021-04-29Alright!Marvin Borner
2021-04-29Multiboot/Grub progressMarvin Borner
2021-04-28Started conversion to Grub (#17)Marvin Borner
Yes, the CI won't like this.
2021-04-16New elegant I/O blocking solutionMarvin Borner
This is done using an internal scheduler syscall (127). Very nice!
2021-04-14Implemented some I/O interfacesMarvin Borner
2021-04-14Even more I/O - started new PS/2 driverMarvin Borner
2021-04-13Started IO dev managerMarvin Borner
2021-04-10Gave procs own kernel stack (TSS)Marvin Borner
2021-04-05Added new randomization featuresMarvin Borner
2021-04-04Implemented basic user program ASLRMarvin Borner
2021-04-02Added kernel section clear/protect after initMarvin Borner
This is a huge security improvement as it prevents potential exploits of using or modifying internal kernel functions or data.
2021-04-02Mapped .text and .rodata readonlyMarvin Borner
2021-04-02Huge scheduling/proc-management improvementsMarvin Borner
2021-03-20LGTM!Marvin Borner
2021-03-19Some thingsMarvin Borner
2021-03-17Awesome!Marvin Borner
2021-03-13NicüMarvin Borner
2021-03-12Started basic ioctl fb interfaceMarvin Borner
2021-03-12Let's gooo!Marvin Borner
2021-03-08Better randomization (soon: random memory locs)Marvin Borner
2021-03-02Getting closer!Marvin Borner
2021-03-02very good this isMarvin Borner
2021-02-28Fixed memory mapping detectionMarvin Borner
2021-02-27Started basic paging port from skiftOSMarvin Borner
2021-02-26Full UBSan support - many fixes!Marvin Borner
2021-02-25Added some debugging featuresMarvin 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-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Added *many* static keywordsMarvin Borner
2021-02-21Activated SSE/FPU features for better performanceMarvin Borner
2021-02-14Message waiting and more!Marvin Borner
2021-02-12Added "random" heap positionMarvin Borner
2021-02-07Added poll syscallMarvin Borner
2021-01-21Fixed stray keyboard charactersMarvin Borner
2021-01-09Finding memory leaks is SO exhausting arghMarvin Borner
2021-01-09Started new heap implementation (not working yet)Marvin Borner
2021-01-08Major IDE/ATA driver rewriteMarvin 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.
2021-01-04Some vfs fixesMarvin Borner
2020-11-20Some fixes here and thereMarvin Borner
Ya, professional commit messages as always
2020-11-13Removed some useless codeMarvin 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-10-26OptimizationsMarvin Borner
2020-09-20Started rtl8139 driverMarvin Borner
2020-09-14Tracked down 12KiB bugMarvin Borner
2020-09-08Some work on CPU stuff (soon: SMP)Marvin Borner
2020-09-06Finished switch to hpet timerMarvin Borner
2020-09-06ARGH structsMarvin Borner
2020-09-06Started ACPI driverMarvin Borner
2020-09-04Added mandelbrot demo and fpu driverMarvin Borner
2020-08-31Abstracted tests from boot processMarvin Borner
2020-08-30Even mooore tests or sthMarvin Borner
2020-08-30Even more testsMarvin Borner
2020-08-26Started stack allocator.Marvin Borner
This will replace the current linear allocator so we can free and realloc memory correctly. This is especially important for the window resizing due to a fixed LFB size.
2020-08-25Added mouse driver and better event systemMarvin Borner
2020-08-24Added moving squareMarvin Borner
2020-08-22Added random number generatorMarvin Borner
2020-08-15Removed vesa from kernelMarvin Borner
2020-08-09Temporary cpu and serial drivers in libcMarvin Borner
2020-08-09Heavy restructuring of libc, kernel and appsMarvin Borner