Age | Commit message (Collapse) | Author |
|
Making the asm instructions volatile seems to fix every issue
|
|
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! :)
|
|
This confirms my assumption that the errors are the bootloaders fault by
not supporting indirect pointers.
|
|
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)
|
|
This is somewhat of a demo. The real gui will be implemented completely
different (ig)
|
|
Version 1 works; Version 2 not so much
|
|
|
|
|
|
|
|
I've tried to do interrupts without ASM but it doesn't seem to work.
|
|
|
|
|
|
|
|
|
|
Kinda for the sake of minimalism
|