aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/timer.c
AgeCommit message (Collapse)Author
2020-07-28Yay, timer works.Marvin Borner
This confirms my assumption that the errors are the bootloaders fault by not supporting indirect pointers.
2020-07-26Added cpu timerMarvin 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)