FYSOS: The Virtual File System (Paperback)

Benjamin David Lunt

  • 出版商: CreateSpace Independ
  • 出版日期: 2014-04-15
  • 售價: $1,140
  • 貴賓價: 9.5$1,083
  • 語言: 英文
  • 頁數: 204
  • 裝訂: Paperback
  • ISBN: 1499164890
  • ISBN-13: 9781499164893
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

This book is Volume 2 of the series, FYSOS: Operating System Design, and will describe the process needed to connect a file system to your kernel. It explains the steps to create a file system independent link between a file system residing on the media to your kernel code. Once you have done this, a simple call to fopen("C:\filename.txt", OPEN) is all you need to open a file. It then goes into detail, giving examples of what a file system should be, how to create your own, and what to include in that file system. It also explains the process of a simple journaling file system. Part 2 of this book details four file systems, two commonly used and well known, and two hobby file systems. The companion CD-ROM contains source code to utilities to check your work, display the contents of a file system, dump a file system, and repair a file system. This book, and its continued series of books, does not expect you to build the next great wonder of the computer world. It simply will help you with your interest in controlling the computer's hardware, from the point the BIOS releases execution to your boot code to the point of a fully working Graphical User Interface. It is not required that you know much about operating system design to use this book and no specific hardware or software is required.