You are browsing as a guest. Sign up (or log in) to start making projects!

4h 52m 32s logged

Devblog 7

I got to usermode, there I could run all the programs like a shell. But when jumping to usermode you need somewhere to land, some address where the cpu can start executing code. I don’t have that.

So the next thing would be to implement a filesystem driver to read a disk and execute an executable. But my memory management is to simple to do it in a good way, I can only allocate and never delocate.
So now I am going to revamp my memory management.

–WilGulf

0
5

Comments 0

No comments yet. Be the first!