Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | Fixed messed up registers | Marvin Borner | |
2020-08-05 | Added some cpu function wrappers | Marvin Borner | |
2020-08-05 | Some proc things | Marvin Borner | |
2020-08-01 | Added syscalls | Marvin Borner | |
2020-08-01 | Some entry position optimizations | Marvin Borner | |
2020-07-29 | Forget what I said, this was an easy fix | Marvin Borner | |
Making the asm instructions volatile seems to fix every issue | |||
2020-07-29 | Switched to -Os flag and fixed issues with it | Marvin Borner | |
Somehow the insl function gets optimized to one instruction so I need a gcc attribute to exclude this function from optimization. I may fix this in the future though. Anyways, the kernel is waay smaller now! :) | |||
2020-07-28 | Yay, timer works. | Marvin Borner | |
This confirms my assumption that the errors are the bootloaders fault by not supporting indirect pointers. | |||
2020-07-26 | Added cpu timer | Marvin Borner | |
Well, it doesn't work *at all*. When I include these files with the Makefile everything crashes. I *think* this is due to the fact that the bootloader only handles direct ext2 pointer and the kernel is too big to fit into them. Therefore the kernel taps into the void as it tries to read some data an crashes. It could be something completely different though - let's see! (this will take some time ig) | |||
2020-07-26 | Added simple keyboard input. | Marvin Borner | |
This is somewhat of a demo. The real gui will be implemented completely different (ig) | |||
2020-07-25 | Added very basic PSF parser | Marvin Borner | |
Version 1 works; Version 2 not so much | |||
2020-07-24 | Bug hunting for file reading (ext2 idp recursion) | Marvin Borner | |
2020-07-23 | Added *very* simple ide and ext2 support | Marvin Borner | |
2020-07-23 | Some functions for stdlib | Marvin Borner | |
2020-07-23 | Well, I need ASM ig. | Marvin Borner | |
I've tried to do interrupts without ASM but it doesn't seem to work. | |||
2020-07-22 | Initial keyboard implementation | Marvin Borner | |
2020-07-22 | Added interrupts | Marvin Borner | |
2020-07-22 | Added basic malloc (WARNING: DUMB!) :) | Marvin Borner | |
2020-07-22 | Imported some things from master | Marvin Borner | |
2020-07-22 | Switched to Makefile. | Marvin Borner | |
Kinda for the sake of minimalism |