2024-09-28
Programming
GameDev
I've added "game.exe has crashed" and "Missiya" that were made for LudumDare 51 and 52. Still I have to add download links...
2024-09-28
News
Site has been updated.
2022-09-10
Programming
GameDev
I always wanted to learn how to program games for the C64, so here's my first attempt to do it.
Text mode BoulderDash-like game with incomplete level :|

2022-05-27
OSDev
The x86 architecture is awesome. If you get an IRQ from the keyboard, you have to acknowledge it to PIC1. But if you get an IRQ from the mouse, you have to acknowledge it to PIC1 and PIC2. And in both situations, you are reading the data from the same I/O.
2022-05-15
News
It's just a test to check if everything works correctly~
Be me, adding support for new/delete operators in operating system. Works.
Adding iterators and reimplementing array container using templates. Poof, kernel stopped booting.

Why~!?
2021-06-26
OSDev
I like low level programming and old computers. So, I am writing operating system for x86 (486) in C++.

I have support for (relatively) many things now, so it is probably good time to boot it on a real PC and check what will not work there.

2021-06-03
Programming
GameDev
Creating game in 1 week, especially when you have a job is kinda difficult task.
Miedzianie is an RTS game created for MiedzJam and is based on old game "Polanie" -> https://en.wikipedia.org/wiki/Polanie_(video_game)
2021-05-16
News
Initial commit