Formal Refinement for Operating System Kernels
Autor Iain D. Craigen Limba Engleză Hardback – 31 iul 2007
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 629.54 lei 6-8 săpt. | |
SPRINGER LONDON – 13 oct 2010 | 629.54 lei 6-8 săpt. | |
Hardback (1) | 635.81 lei 6-8 săpt. | |
SPRINGER LONDON – 31 iul 2007 | 635.81 lei 6-8 săpt. |
Preț: 635.81 lei
Preț vechi: 794.76 lei
-20% Nou
Puncte Express: 954
Preț estimativ în valută:
121.69€ • 126.83$ • 101.30£
121.69€ • 126.83$ • 101.30£
Carte tipărită la comandă
Livrare economică 04-18 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781846289668
ISBN-10: 1846289661
Pagini: 352
Ilustrații: XV, 332 p.
Dimensiuni: 155 x 235 x 29 mm
Greutate: 0.67 kg
Ediția:2007
Editura: SPRINGER LONDON
Colecția Springer
Locul publicării:London, United Kingdom
ISBN-10: 1846289661
Pagini: 352
Ilustrații: XV, 332 p.
Dimensiuni: 155 x 235 x 29 mm
Greutate: 0.67 kg
Ediția:2007
Editura: SPRINGER LONDON
Colecția Springer
Locul publicării:London, United Kingdom
Public țintă
Professional/practitionerCuprins
Introduction.- Reasons for Selecting the Examples.- Refinement Method.- Code Production.- Organisation of this Book.- Relationship to Other Work.- The Simple Kernel’s Organisation.- A Simple Kernel.- Types.- Hardware.- The Process Table.-Process Queue.- Priority Queue.- The Scheduler.- Semaphores.- Semaphore Table.- Synchronous Messages.- The Clock.- Sleepers.-User Interface.- The Separation Kernel.-Basic Architecture.- Extending the Architecture.- Summary.- An Overview of the Formal Specification.- A Separation Kernel.- Basic Types.- Hardware Issues.- Security Exits and Return Values.- The Process Table.- Process Queues.- The Scheduler.- Storage Pools.- Raw Storage.- Message Queues.- Kernel Interface-User Processes.- Devices-Trusted Code.- Process Interface to the Kernel.- Final Thoughts.- Closing Thoughts.- References.- List of Definitions.
Textul de pe ultima copertă
The kernel of any operating system is its most critical component. The remainder of the system depends upon a correctly functioning and reliable kernel for its operation.
The purpose of this book is to show that the formal specification of kernels can be followed by a completely formal refinement process that leads to the extraction of executable code. The formal refinement process ensures that the code meets the specification in a precise sense.
Two kernels are specified and refined. The first is small and of the kind often used in embedded and real-time systems. It closely resembles the one modelled in our Formal Models of Operating System Kernels. The second is a Separation Kernel, a microkernel architecture devised for cryptographic and other secure applications. Both kernels are refined to the point at which executable code can be extracted. Apart from documenting the process, including proofs, this book also shows how refinement of a realistically sized specification can be undertaken.
Iain Craig is a Chartered Fellow of the BCS and has a PhD in Computer Science.
The purpose of this book is to show that the formal specification of kernels can be followed by a completely formal refinement process that leads to the extraction of executable code. The formal refinement process ensures that the code meets the specification in a precise sense.
Two kernels are specified and refined. The first is small and of the kind often used in embedded and real-time systems. It closely resembles the one modelled in our Formal Models of Operating System Kernels. The second is a Separation Kernel, a microkernel architecture devised for cryptographic and other secure applications. Both kernels are refined to the point at which executable code can be extracted. Apart from documenting the process, including proofs, this book also shows how refinement of a realistically sized specification can be undertaken.
Iain Craig is a Chartered Fellow of the BCS and has a PhD in Computer Science.
Caracteristici
Contains the formal refinement of two small kernels