TU home | T3 | Dissertation Defense Announcement for William V. Thompson

Dissertation Defense Announcement for William V. Thompson

The Information Technology (D.Sc.) program invites the university community to a dissertation defense for William V. Thompson on Thursday, May 12, 2016 at 10:00 am in YR459.

Dissertation Title: Mass Storage System for Bare Machine Computing

This thesis deals with designing, developing, and implementing a mass storage system for bare machine computing (BMC) environment – without dependencies on operating systems (OS), lean kernel, or embedded OS. The bare machine mass storage system is based on FAT32 standard and designed for optimal performance. The FAT32 options implemented in this system are tailored for bare PC applications, but maintains interoperability with OS-based systems such as Windows and Linux. It further discusses the integration approach that extends the SQLite database transformation with this mass storage system and demonstrates the ability of the transformed SQLite database to interoperate between a standard OS and a bare PC system. Also, analysis of performance data collected illustrates the leverage of a bare PC system: SQLite on a bare PC performs much better than on Windows. The bare PC performance improvements are attributed to less overhead in the hardware interfaces compared to system calls in OS.