by Aenerine | Aug 23, 2020 | FPGA
I remember that when I first searched for a guide on how to write linux kernel drivers, the first suggestion mentioned was that I should actually avoid writing kernel drivers. I would personally not suggest the same, though the fact remains that writing kernel drivers...
by Aenerine | Aug 9, 2020 | Quick Posts
Choosing a mail server solution Having your own domain mail address sounds definitely better than using 3rd party service such as @outlook.com or yahoo.com. This however comes at a price as you have to either pay for a hosted mail services or run your own mail server....
by Aenerine | Feb 29, 2020 | Quick Posts
I have noticed, that there are plenty of people, who do not know how to access the physical memory from linux (or for myself at least from Xilinx’s petalinux). Basically, a bare-metal application running on a CPU has direct access to memory by default, but...