6Trados Operating System (solo)

Posted June 16th, 2015 in Portfolio, Systems by Michiel

A tiny game O/S which boots from a USB flash drive.###Trados is my own operating system which I have developed during the specialisation phase of my study at NHTV. It is developed for personal computers with a BIOS using Intel x86 Assembly in combination with C/C++. The name of the kernel is Trakern.

The operating system features
– A bootloader which boots from a USB flash drive
– FAT file system management
– A20 Gate enabled
– 32-bit Protected mode
– Hardware Abstraction Layer (HAL)
– Physical and virtual Memory Management
– Keyboard driver
– VGA driver (320×200 256 colors)
– Process Management

Code sample: Bootloader

Code

6TradoAir (solo)

Posted August 28th, 2014 in Desktop, Portfolio by Michiel

An Instant Messenger for Windows.###TradoAir is built using TradoEngine. It uses its own encryption for messages and connects to a private server for optimal privacy. TradoAir was developed in 2013.