jagomart
digital resources
picture1_Programming Pdf 184200 | 2020 2021  Pds  Hypervisor Rust


 162x       Filetype PDF       File size 0.14 MB       Source: www-inf.telecom-sudparis.eu


File: Programming Pdf 184200 | 2020 2021 Pds Hypervisor Rust
design and implementation of a secure hypervisor with rust mathieu bacou olivier levillain gael thomas francois trahay 2020 2021 despite our current knowledge on safe programming languages most modern operating ...

icon picture PDF Filetype PDF | Posted on 01 Feb 2023 | 2 years ago
Partial capture of text on file.
                     Design and implementation of a secure hypervisor
                                            with Rust
                          Mathieu Bacou     Olivier Levillain Gaël Thomas
                                           François Trahay
                                              2020-2021
                        Despite our current knowledge on safe programming languages, most modern
                     operating systems are still written using unsafe languages such as C or C++.
                     One reason is that safe languages are usually not deemed fit for real-world use-
                     cases, especially when efficiency is considered important.
                        However, the Rust programming language, developed by Mozilla since 2010,
                     seems to open new horizons in the domain. Rust is indeed a safe language which
                     allows very efficient programming (because of a very efficient and smart compiler
                     on one hand, and because it allows for safe and mostly zero-copy parallelism)
                     and which can be easily integrated with other languages such as C and C++.
                     For example, Mozilla has been reimplementing parts of its browser in Rust for
                     several years now, which helped improve the overall security.
                        Redox is an open-source operating system written in Rust, aiming at pro-
                     viding a partial POSIX implementation in a secure manner. The goal of this
                     project is to design and implement a tiny hypervisor in Rust to assess its feasi-
                     bility and to evaluate the security gains one might imagine with a safe language.
                     For the parts that will have to be written outside Rust guarantees (in so-called
                     unsafe blocks), it will be important to understand and express the assumptions
                     that needs to be verified for the overall software to be safe.
                     Milestones
                     Here are important milestones that should be met during the project:
                        • learn the Rust programming language;
                        • compile Redox and have it run in qemu;
                        • (ideally) contribute to Redox a simple feature or a bugfix;
                        • write a minimalist OS/hypervisor in Rust and have it run in qemu;
                        • provide a reproducible and sharable development environment for this
                         software;
                        • add features to aim towards a real hypervisor.
                                                 1
                 Prerequisites
                 To work on this project, the following skills are required:
                   • basic knowledge of operating systems;
                   • fluency in a programming language (ideally Rust, C or C++);
                   • notions in software engineering.
                 Logistics
                 The project will take place in Télécom SudParis labs in Palaiseau.
                   Applications should be directed at ???@telecom-sudparis.eu.
                 Bibliography
                 References
                 [1] Steve Klabnik and Carol Nichols. The Rust Programming Language. https:
                   //doc.rust-lang.org/book/
                 [2] Redox — Your Next(Gen) OS. https://www.redox-os.org/
                                        2
The words contained in this file might help you see if this file matches what you are looking for:

...Design and implementation of a secure hypervisor with rust mathieu bacou olivier levillain gael thomas francois trahay despite our current knowledge on safe programming languages most modern operating systems are still written using unsafe such as c or one reason is that usually not deemed t for real world use cases especially when eciency considered important however the language developed by mozilla since seems to open new horizons in domain indeed which allows very ecient because smart compiler hand it mostly zero copy parallelism can be easily integrated other example has been reimplementing parts its browser several years now helped improve overall security redox an source system aiming at pro viding partial posix manner goal this project implement tiny assess feasi bility evaluate gains might imagine will have outside guarantees so called blocks understand express assumptions needs veried software milestones here should met during learn compile run qemu ideally contribute simple ...

no reviews yet
Please Login to review.