- Status Report (Stack and Tile)
- Back from Auckland
- Work in progress on the xHCI driver
- GSoC Introduction: BFS Partition Resizer
- GSoC Introduction: NFSv4 client
- GSoC Introduction: x86_64 port
- GSoC Introduction: OpenJDK port
- gsoc2012 cpuidle project introduction
- Playing Around With QEMU and VT-d
- A Short BeGeistert 025 Report
Lesson 15: Making a New File Type
Depending on what kind of projects you write, you may have to create a new file type from time to time, such as a document type for the next Word-killing word processor. While not difficult, making one needs a bit of knowledge from different places in the OS and the API. In our final lesson which focuses on the Storage Kit, we will learn about MIME types, how to show the OS how to automatically identify files of your new type, and more.
- darkwyrm's blog
- Login or register to post comments







Comments
Re: Lesson 15: Making a New File Type
Thanks as always!