werdl


I am a developer who enjoys low level and hardware projects. I have built numerous things including robots, kernels, and a programming language.
Github
Email me

Projects

Info

Blog


__nerd__

13/04/2023

Today I have been working more on my OS. I decided that is was time for some better practices and thus I decided it was time to ditch the while loop that waited about 5 seconds (varies), and use the RTC! So I did. The RTC is a most useful chip and with it I can glean many values. With the time in hand, it was pretty easy to write a timer (though integer values only). Below I attach an image of the timecommand within my OS.

As always, you can find out more here.

__nerd__

12/04/2023

I bring news of my OS! NerdOS, a 32-bit x86 operating system is coming along, and today I introduced the following screen that we all know and love: the BSOD! One of my personal favourite Windows features, the BSOD used to be a wealth of debugging data, until Win10 when Microsoft nerfed it. In the BSOD of NerdOS, as shown below, it dumps the journals and the registers. You can find out more at the GitHub page here.


Drone_Project

11/04/2023

In the last week or so, I have been working on building a drone! The first things I have been doing is designing a rough outline in Fusion 360 (I had to use Windows for this). I have been tossing up between an Arduino Nano and a RPi Pico for the controller, and which battery I am going to use. I will probably end up writing it in C, though perhaps Python.