Archive for the 'OSDev' Category
Assembly Demo
29Jun09
At the moment, I’m at the beginning of gathering the required programming and technical knowledge to start writing my own OS. I’ve been messing around with assembly, and now I have a very-very-and I mean VERY simple screenshot to show you:
What do we see here?
The video mode has been switched to VGA.
We’ve printed the string [...]
Filed under: OSDev, Tech | 2 Comments
Tags: assembly, screenshot
Where to begin?
05May09
Yep, that’s the big question. I’ve finally decided that I’m going to have a go at operating system programming again. I’ve been reading about kernels, osdev concepts, protected mode, and similar stuff lately. I’ve found that by taking small and carefully designed steps from time to time, I can actually make something happen.
Hence the question [...]
Filed under: OSDev | 3 Comments