Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-05 | Added some cpu function wrappers | 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-23 | Added *very* simple ide and ext2 support | Marvin Borner | |
2020-07-22 | Added interrupts | Marvin Borner | |
2020-07-22 | Imported some things from master | Marvin Borner | |