Free Computer Books Downloads and Reviews; from desktop to cloud computing...C++, C#, Java, ASP.NET, Silverlight, Cloud computing, Microsoft Expression Blend, Android, Unix, Operating Systems, PHP, Visual Basic, Mobile Phones...... Updated regularly....Keep visiting.....

Showing posts with label Operating Systems. Show all posts
Showing posts with label Operating Systems. Show all posts

Monday, 6 April 2015

Practical File System Design with the Be File System


This is the guide to the design and implementation of file systems in general, and the Be File System (BFS) in particular. This book covers all topics related to file systems, going into considerable depth where traditional operating systems books often stop. Advanced topics are covered in detail such as journaling, attributes, indexing and query processing. Built from scratch as a modern 64 bit, journaled file system, BFS is the primary file system for the Be Operating System (BeOS), which was designed for high performance multimedia applications.

You do not have to be a kernel architect or file system engineer to use Practical File System Design. Neither do you have to be a BeOS developer or user. Only basic knowledge of C is required. If you have ever wondered about how file systems work, how to implement one, or want to learn more about the Be File System, this book is all you will need.

Features:

    Review of other file systems, including Linux ext2, BSD FFS, Macintosh HFS, NTFS and SGI's XFS.
    Allocation policies for placing data on disks and discussion of on-disk data structures used by BFS
    How to implement journaling
    How a disk cache works, including cache interactions with the file system journal
    File system performance tuning and benchmarks comparing BFS, NTFS, XFS, and ext2
    A file system construction kit that allows the user to experiment and create their own file systems

Title Practical File System Design with the Be File System
Author(s) Dominic Giampaolo
Publisher: Morgan Kaufmann; Kindle edition (August 29, 2013); 1st edition (November 23, 1998)
Hardcover/Paperback: 256 pages
eBook: PDF (247 pages, 1.1 MB); Kindle (256 pages, 2846 KB)
Language: English
ASIN: B008I3ARBI
ISBN-10: 1558604979
ISBN-13: 9781558604971
Download: http://www.nobius.org/~dbg/practical-file-system-design.pdf

How to Make a Computer Operating System from Scratch using C/C++


 This book is about how to write a computer operating system in C/C++ from scratch. The goal is to build a very simple UNIX-based operating system, not just a 'proof-of-concept'. The OS should be able to boot, start a userland shell, and be extensible.

Title How to Make a Computer Operating System from Scratch using C/C++
Author(s) Samy Pesse
Publisher: gitbooks (2014). Updated Continuously)
Hardcover/Paperback N/A
eBook PDF, Mobi (Kindle) and ePub
Language: English
ISBN-10: N/A
ISBN-13: N/A
Download: http://samypesse.gitbooks.io/how-to-create-an-operating-system/

Monday, 25 August 2014

Baking Pi - Operating Systems Development


This online book is to guide you through the process of developing very basic operating systems on the Raspberry Pi!

This course takes you through the basics of operating systems development in assembly code. I have tried not to assume any prior knowledge of operating systems development or assembly code. It may be helpful to have some programming experience, but the course should be accessible without. This course is divided into a series of 'lessons' designed to be taken in order as below. Each 'lesson' includes some theory, and also a practical exercise, complete with a full answer.

Rather than leading the reader through the full details of creating an Operating System, these tutorials focus on achieving a few common tasks separately. Hopefully, by the end, the reader should know enough about Operating Systems that they could try to put together everything they've learned and make one.

Title Baking Pi - Operating Systems Development
Author(s) Alex Chadwick
Publisher: Course Technology, Revised Edition (July 2013), Update Continuously
Language: English
eBook: http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/

Wednesday, 20 August 2014

PaulOS: An 8051 Real-Time Operating System


 This text book is intended for under-graduate Engineering and/or IT students studying micro-controllers and embedded systems. It covers mainly the 8051 family of micro-controllers starting with the basic architecture and then moves on to assembly language and Real-Time Operating System (RTOS) where three main types of self-developed RTOSs are discussed (with full source code listing). These are the round-robin SanctOS , the co-operative PaulOS and finally the pre-emptive MagnOS RTOS giving also various example application programs using the Keil IDE (http://www.keil.com).

Title PaulOS: An 8051 Real-Time Operating System
Author(s) Paul P. Debono
Publisher: Bookboon (2013)
Language: English
ISBN-13: 978-8740304497
eBook (Part 1): http://bookboon.com/en/paulos-part-i-ebook
eBook (Part 2): http://bookboon.com/en/paulos-part-ii-ebook
loading...

Search: