Hi, I'm Gaspard!

Passionate about low-level computing, I mainly focus on programming in C and assembly. I love exploring the inner workings of computer systems, understanding how things function at the most fundamental level, and venturing into the design of software that is close to the hardware.


Also, I love clocks and regulators. I have a collection of mechanical clocks. I try to design clock with my 3d printer and solidworks.

My OS!

I have wrote a very small operating system for x86. It uses FORTH to interact with you.


To test it you can try with qemu-system-i386

EDIT : 12/02/24 : multitasking is working (partially) type m on forth prompt to test !

qemu-system-i386 -cdrom https://courchinoux.org/OS/gaspardos1.iso
FORTH OS (Coming soon)

I try to code a small os for x86 using the forth programming language

The Forth code will be compiled with my compiler. I'm writing the compiler and it's not easy !


AI

I'am very interested about DQN , MCTS and reinforcement learning.

I have wrote a small MCTS algorithm to play CONTEXT4!