- 5 Resultados
precio mínimo: € 106,99, precio máximo: € 155,71, precio promedio: € 140,58
1
Formal Refinement for Operating System Kernels - Craig, Iain D. D.
Pedir
por Amazon.de (Intern. Bücher)
€ 140,52
Envío: € 3,001
PedirEnlace patrocinado
Craig, Iain D. D.:

Formal Refinement for Operating System Kernels - Pasta blanda

2010, ISBN: 9781849966894

Springer, Taschenbuch, Auflage: Softcover reprint of hardcover 1st ed. 2007, 348 Seiten, Publiziert: 2010-10-13T00:00:01Z, Produktgruppe: Buch, 1.18 kg, Informatik, IT-Ausbildung & -Beruf… Más…

Gastos de envío:Die angegebenen Versandkosten können von den tatsächlichen Kosten abweichen. (EUR 3.00)
2
Formal Refinement for Operating System Kernels - Craig, Iain D. D.
Pedir
por Amazon.de (Intern. Bücher)
€ 149,69
Envío: € 0,001
PedirEnlace patrocinado

Craig, Iain D. D.:

Formal Refinement for Operating System Kernels - Pasta blanda

2010, ISBN: 9781849966894

Springer, Taschenbuch, Auflage: Softcover reprint of hardcover 1st ed. 2007, 348 Seiten, Publiziert: 2010-10-13T00:00:01Z, Produktgruppe: Buch, 1.18 kg, Informatik, IT-Ausbildung & -Beruf… Más…

Gastos de envío:Auf Lager. Lieferung von Amazon. (EUR 0.00) Amazon.de
3
Formal Refinement for Operating System Kernels - Iain D. Craig
Pedir
por Hugendubel.de
€ 106,99
Envío: € 0,001
PedirEnlace patrocinado
Iain D. Craig:
Formal Refinement for Operating System Kernels - Pasta blanda

2007

ISBN: 9781849966894

*Formal Refinement for Operating System Kernels* - Softcover reprint of hardcover 1st ed. 2007 / Taschenbuch für 106.99 € / Aus dem Bereich: Bücher, Ratgeber, Computer & Internet Medien >… Más…

Gastos de envío:Shipping in 3 days, , Versandkostenfrei nach Hause oder Express-Lieferung in Ihre Buchhandlung., DE. (EUR 0.00)
4
Formal Refinement for Operating System Kernels - Craig, Iain D.
Pedir
por Achtung-Buecher.de
€ 155,71
Envío: € 0,001
PedirEnlace patrocinado
Craig, Iain D.:
Formal Refinement for Operating System Kernels - Pasta blanda

2010, ISBN: 1849966893

Pasta dura

Softcover reprint of hardcover 1st ed. 2007 Kartoniert / Broschiert SeparationKernel; kernel; operatingsystem; security; userinterface, mit Schutzumschlag 11, [PU:Springer London; Sprin… Más…

Gastos de envío:Versandkostenfrei innerhalb der BRD. (EUR 0.00) MARZIES.de Buch- und Medienhandel, 14621 Schönwalde-Glien
5
Formal Refinement for Operating System Kernels - Iain D. Craig
Pedir
por Hugendubel.de
€ 149,99
Envío: € 0,001
PedirEnlace patrocinado
Iain D. Craig:
Formal Refinement for Operating System Kernels - Pasta blanda

2007, ISBN: 1849966893

Pasta dura

Formal Refinement for Operating System Kernels ab 149.99 € als Taschenbuch: Softcover reprint of hardcover 1st ed. 2007. Aus dem Bereich: Bücher, Ratgeber, Computer & Internet, Springer L… Más…

Nr. 13994506. Gastos de envío:, , DE. (EUR 0.00)

1Dado que algunas plataformas no nos comunican las condiciones de envío y éstas pueden depender del país de entrega, del precio de compra, del peso y tamaño del artículo, de una posible membresía a la plataforma, de una entrega directa por parte de la plataforma o a través de un tercero (Marketplace), etc., es posible que los gastos de envío indicados por eurolibro/terralibro no concuerden con los de la plataforma ofertante.

Datos bibliográficos del mejor libro coincidente

Detalles del libro
Formal Refinement for Operating System Kernels

The kernel of any operating system is its most critical component, as the rest of the system depends on it. This book shows how the formal specification of kernels can be followed by a completely formal refinement process that leads to the extraction of executable code. This formal refinement process ensures that the code precisely meets the specification. The author documents the complete process, including proofs.

Detalles del libro - Formal Refinement for Operating System Kernels


EAN (ISBN-13): 9781849966894
ISBN (ISBN-10): 1849966893
Tapa dura
Tapa blanda
Año de publicación: 2010
Editorial: Springer London
348 Páginas
Peso: 0,526 kg
Idioma: eng/Englisch

Libro en la base de datos desde 2011-11-17T18:06:36-06:00 (Mexico City)
Página de detalles modificada por última vez el 2023-12-19T21:48:47-06:00 (Mexico City)
ISBN/EAN: 1849966893

ISBN - escritura alterna:
1-84996-689-3, 978-1-84996-689-4


Datos del la editorial

Autor: Iain D. Craig
Título: Formal Refinement for Operating System Kernels
Editorial: Springer; Springer London
332 Páginas
Año de publicación: 2010-10-13
London; GB
Impreso en
Peso: 0,534 kg
Idioma: Inglés
106,99 € (DE)
109,99 € (AT)
118,00 CHF (CH)
POD
XV, 332 p.

BC; Software Engineering/Programming and Operating Systems; Hardcover, Softcover / Informatik, EDV/Informatik; Software Engineering; Verstehen; Kernels; Refinement; Separation Kernel; kernel; operating system; security; user interface; Software Engineering; BB

The kernel of any operating system is its most critical component, as the rest of the system depends on it. This book shows how the formal specification of kernels can be followed by a completely formal refinement process that leads to the extraction of executable code. This formal refinement process ensures that the code precisely meets the specification. The author documents the complete process, including proofs.

1 Introduction.- 1.1. Reasons for Selecting the Examples.- 1.2. Refinement Method.- 1.3 Code Production.- 1.4 Organisation of this Book.- 1.5 Relationship to Other Work.- 2 The Simple Kernel’s Organisation.- 3 A Simple Kernel.- 3.1 Types.- 3.2 Hardware.- 3.3 The Process Table.- 3.3.1 Top Level.- 3.3.2 Refinement One.- 3.3.3 Refinement Two.- 3.4 Process Queue.- 3.4.1 Top Level.- 3.4.2 Refinement One.- 3.4.3 Refinement Two.- 3.5 Priority Queue.- 3.5.1 Top Level.- 3.5.2 Refinement One.- 3.5.3 Refinement Two.- 3.6 The Scheduler.- 3.6.1 Top Level.- 3.6.2 Refinement One.- 3.6.3 Refinement Two.- 3.7 Semaphores.- 3.7.1 Top Level.- 3.7.2 Refinement.- 3.8 Semaphore Table.- 3.8.1 Top Level.- 3.8.2 Refinement One.- 3.8.3 Refinement One-Again.- 3.9 Synchronous Messages.- 3.9.1 Preliminaries.- 3.9.2 Top Level.- 3.9.3 Refinement One.- 3.9.4 Refinement Two.- 3.10 The Clock.- 3.11 Sleepers.- 3.11.1 Top Level.- 3.11.2 Refinement One.- 3.11.3 Refinement Two.- 3.12 User Interface.- 3.12.1 System Initialisation.- 3.12.2 Process Creation.- 3.12.3 Process Management.- 3.12. 4 Inter-process Communication and Synchronisation.- 3.12. 5 Clock Operations and the Clock ISR.- 4 The Separation Kernel.- 4.1 Basic Architecture.- 4.2 Extending the Architecture.- 4.3 Summary.- 4.4 An Overview of the Formal Specification.- 5 A Separation Kernel.- 5.1 Basic Types.- 5.2 Hardware Issues.- 5.3 Security Exits and Return Values.- 5.4 The Process Table.- 5.4.1 Top Level.- 5.4.2 Refinement One.- 5.4.3 Refinement Two.- 5.5 Process Queues.- 5.5.1 Top Level.- 5.5.2 Refinement.- 5.6. The Scheduler.- 5.7 Storage Pools.- 5.7.1 Top Level.- 5.7.2 Refinement One.- 5.8 Raw Storage.- 5.8.1 Top Level.- 5.8.2 Message Buffering.- 5.9 Message Queues.- 5.9.1 Top Level.- 5.9.2 Refinement One.- 5.10 Kernel Interface-User Processes.- 5.10.1 Auxiliary Operations.- 5.10.2 Initialisation.- 5.10.3 Process Management.- 5.10.4 Message Passing.- 5.11 Devices-Trusted Code.- 5.11.1 Device Replies.- 5.11.2 Device Numbers.- 5.11.3 Device Process Creation.- 5.12 Process Interface to the Kernel.- 5.13 Final Thoughts.- 5.14 Closing Thoughts.- References.- List of Definitions.-

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.

Contains the formal refinement of two small kernels



Más, otros libros, que pueden ser muy parecidos a este:

Último libro similar:
9781846289675 Formal Refinement for Operating System Kernels (Iain D. Craig)


< para archivar...