Sanos Operating System Kernel ----------------------------- Sanos is an OS kernel for use in PC based server appliances. The kernel was developed as part of an experiment on investigating the feasibility of running java server applications without a traditional operating system only using a simple kernel.
This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.
Matt Pietrek 著的《Windows 95 System Programming SECRETS》(中文譯名:《Windows 95 系統(tǒng)程式設(shè)計(jì)大奧秘》)中的第8章,專門介紹WINDOWS的PE文件格式,非常有價(jià)值,這個(gè)是由這章單獨(dú)整理出來(lái)的。