Dissertations / Theses on the topic 'Operating system'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the top 50 dissertations / theses for your research on the topic 'Operating system.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.
Дядечко, Алла Миколаївна, Алла Николаевна Дядечко, Alla Mykolaivna Diadechko, and A. Skrynnyk. "Android operating system." Thesis, Видавництво СумДУ, 2011. http://essuir.sumdu.edu.ua/handle/123456789/13457.
Full textArwin, Emil. "THz Spectrophotometer Operating System." Thesis, Linköpings universitet, Institutionen för teknik och naturvetenskap, 2008. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-95336.
Full textPinnix, Justin Everett. "Operating System Kernel for All Real Time Systems." NCSU, 2001. http://www.lib.ncsu.edu/theses/available/etd-20010310-181302.
Full textPINNIX, JUSTIN EVERETT. Operating System Kernel for All Real Time Systems.(Under the direction of Robert J. Fornaro and Vicki E. Jones.)
This document describes the requirements, design, and implementation of OSKAR, ahard real time operating system for Intel Pentium compatible personal computers.OSKAR provides rate monotonic scheduling, fixed and dynamic priority scheduling,semaphores, message passing, priority ceiling protocols, TCP/IP networking, and globaltime synchronization using the Global Positioning System (GPS). It is intended toprovide researchers a test bed for real time projects that is inexpensive, simple tounderstand, and easy to extend.
The design of the system is described with special emphasis on design tradeoffs made toimprove real time requirements compliance. The implementation is covered in detail atthe source code level. Experiments to qualify functionality and obtain performanceprofiles are included and the results explained.
Watson, Robert Nicholas Maxwell. "New approaches to operating system security extensibility." Thesis, University of Cambridge, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.609485.
Full textSnowdon, David Computer Science & Engineering Faculty of Engineering UNSW. "Operating system directed power management." Awarded By:University of New South Wales. Computer Science & Engineering, 2010. http://handle.unsw.edu.au/1959.4/44747.
Full textEngler, Dawson R. "The exokernel operating system architecture." Thesis, Massachusetts Institute of Technology, 1998. http://hdl.handle.net/1721.1/16713.
Full textIncludes bibliographical references (p. 115-120).
This electronic version was submitted by the student author. The certified thesis is available in the Institute Archives and Special Collections.
On traditional operating systems only trusted software such as privileged servers or the kernel can manage resources. This thesis proposes a new approach, the exokernel architecture, which makes resource management unprivileged but safe by separating management from protection: an exokernel protects resources, while untrusted application-level software manages them. As a result, in an exokernel system, untrusted software (e.g., library operating systems) can implement abstractions such as virtual memory, file systems, and networking. Themain thrusts of this thesis are: (1) how to build an exokernel system; (2) whether it is possible to build a real one; and (3) whether doing so is a good idea. Our results, drawn from two exokernel systems [25, 48], show that the approach yields dramatic benefits. For example, Xok, an exokernel, runs a web server an order of magnitude faster than the closest equivalent on the same hardware, common unaltered Unix applications up to three times faster, and improves global system performance up to a factor of five. The thesis also discusses some of the new techniques we have used to remove the overhead of protection. Themost unusual technique, untrusted deterministic functions, enables an exokernel to verify that applications correctly track the resources they own, eliminating the need for it to do so. Additionally, the thesis reflects on the subtle issues in using downloaded code for extensibility and the sometimes painful lessons learned in building three exokernel-based systems.
by Dawson R. Engler.
Ph.D.
Gurevich, Yevgeny. "The M-Machine operating system." Thesis, Massachusetts Institute of Technology, 1995. http://hdl.handle.net/1721.1/37041.
Full textIncludes bibliographical references (leaves 117-118).
by Yevgeny Gurevich.
M.Eng.
Roker, I. G. R. J. "A real-time operating system." Thesis, University of Bath, 1986. https://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.375638.
Full textOakes, David R. "Microsoft operating systems development and strategy : an assessment of the Windows 2000 Server operating system." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 1999. http://handle.dtic.mil/100.2/ADA369436.
Full textThesis advisor(s): Douglas E. Brinkley. Includes bibliographical references (p. 151-153). Also Available online.
Yu, Ke. "Real-time operating system modelling and simulation using systemC." Thesis, University of York, 2010. http://etheses.whiterose.ac.uk/1088/.
Full textSjöström, Thames Sixten. "Porting a Real-Time Operating System to a Multicore Platform." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-76933.
Full textWu, Jean. "Flosy : a nonpreemptive FEP operating system." Thesis, University of British Columbia, 1986. http://hdl.handle.net/2429/26209.
Full textScience, Faculty of
Computer Science, Department of
Graduate
Döbel, Björn. "Operating System Support for Redundant Multithreading." Doctoral thesis, Saechsische Landesbibliothek- Staats- und Universitaetsbibliothek Dresden, 2014. http://nbn-resolving.de/urn:nbn:de:bsz:14-qucosa-157190.
Full textWoolard, C. C. "A network object oriented operating system." Thesis, University of Essex, 1988. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.381930.
Full textNETO, LOURIVAL VIEIRA. "OPERATING SYSTEM KERNEL SCRIPTING WITH LUA." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2011. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=18574@1.
Full textExiste uma abordagem de projeto para aumentar a flexibilidade de sistemas operacionais, chamada sistema operacional extensível, que sustenta que sistemas operacionais devem permitir extensoes para poderem atender a novos requisitos. Existe também uma abordagem de projetos no desenvolvimento de aplicações que sustenta que sistemas complexos devem permitir que usuários escrevam scripts para que eles possam tomar as suas próprias decisões de configuração em tempo de execução. Seguindo estas duas abordagens de projeto, nos construímos uma infra-estrutura que possibilita que usuários carreguem e executem dinamicamente scripts Lua dentro de kernels de sistema operacional, aumentando a flexibilidade deles. Nesta dissertação, nos apresentamos Lunatik, a nossa infra-estrutura para scripting de kernel baseada em Lua, e mostramos um cenário de uso real no escalonamento dinâmico da frequência e voltagem de CPU. Lunatik está implementado atualmente tanto para NetBSD quanto para Linux.
There is a design approach to improve operating system flexibility, called extensible operating system, that supports that operating systems must allow extensions in order to meet new requirements. There is also a design approach in application development that supports that complex systems should allow users to write scripts in order to let them make their own configuration decisions at run-time. Following these two design approaches, we have built an infrastructure that allows users to dynamically load and run Lua scripts into operating system kernels, improving their flexibility. In this thesis we present Lunatik, our scripting subsystem based on Lua, and show a real usage scenario in dynamically scaling CPU frequency and voltage. Lunatik is currently implemented both for NetBSD and Linux.
Furrer, Travis C. (Travis Clay) 1976. "Power aware embedded operating system design." Thesis, Massachusetts Institute of Technology, 2000. http://hdl.handle.net/1721.1/86470.
Full textIncludes bibliographical references (p. 73-74).
by Travis C. Furrer.
S.B.and M.Eng.
Chen, Benjie 1976. "Multiprocessing with the exokernel operating system." Thesis, Massachusetts Institute of Technology, 2000. http://hdl.handle.net/1721.1/81538.
Full textIncludes bibliographical references (p. 57-59).
by Benjie Chen.
S.B.and M.Eng.
Pinckney, Thomas. "Operating system extensibility through event capture." Thesis, Massachusetts Institute of Technology, 1997. http://hdl.handle.net/1721.1/42782.
Full textIncludes bibliographical references (p. 31).
by Thomas Pinckney III.
M.Eng.
Goktepe, Meftun. "Windows XP Operating System security analysis." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2002. http://library.nps.navy.mil/uhtbin/hyperion-image/02sep%5FGoktepe.pdf.
Full textThesis advisor(s): Richard Harkins, Cynthia Irvine. Includes bibliographical references (p. 105-107). Also available online.
Mosberger, David. "Scout: A path-based operating system." Diss., The University of Arizona, 1997. http://hdl.handle.net/10150/288704.
Full textHu, Ming. "Operating system simulation (OSS) in Java : the system architecture." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk1/tape10/PQDD_0005/MQ43531.pdf.
Full textKenley, Gregory Grant. "An action management system for a distributed operating system." Thesis, Georgia Institute of Technology, 1985. http://hdl.handle.net/1853/9153.
Full textCraft, Timothy L. "The systems engineering design of a smart Forward Operating Base surveillance system for forward operating base protection." Monterey, California: Naval Postgraduate School, 2013. http://hdl.handle.net/10945/34650.
Full textForward operating bases are vulnerable to terrorist activity due to their location and limited resources. Threat awareness under these conditions is paramount to the safety of the personnel and to mission accomplishment. In the absence of the manpower required to maintain complete and continuous monitoring of the FOBs surroundings, an automated surveillance system is needed. The Smart FOB Surveillance System (SFSS) employs a multi-agent behavior analysis and decision system with Swarm Intelligence (SI) through a network-centric systems engineering method of development to create a robust surveillance system. The SFSS provides the capability of an intelligence automated system for continuously monitoring areas for certain behaviors, linking individuals, predicting future behaviors, and taking appropriate action against them to eliminate threats and the possibility of future threats. Environments, such as insurgent urban areas, Forward Operating Bases, country borders, and other high-value target areas all require constant personnel behavior surveillance and monitoring. The SFSS utilizes a complex network of aerial, fixed and mobile terrestrial units, capable of identifying and processing audible, visual, and signal intelligence in order to determine personnel behavior in a given area of interest as well as recording and processing intelligence data. The focus is on creating a system to protect Forward Operating Bases (FOB) by providing continuous and autonomous surveillance and threat alerts. In this manner, a Smart FOB Surveillance System (SFSS) will be designed in this thesis using the systems engineering process.
Nikolaev, Ruslan. "Design and Implementation of the VirtuOS Operating System." Diss., Virginia Tech, 2014. http://hdl.handle.net/10919/24964.
Full textPh. D.
Youssef, Joseph. "Developing an enterprise operating system for the monitoring and control of enterprise operations." Thesis, Bordeaux, 2017. http://www.theses.fr/2017BORD0761/document.
Full textOperating System (OS) is a well-known concept in computer science as an interface between human and computer hardware (MacOS, Windows, IOS, Android,…). In the perspective of developing future generation of enterprise systems based on IoT and Cyber-Physical System principles, this doctorate research proposes to develop an Enterprise Operating System (EOS); Unlike ERP, which is defined as a platform that allows the organization at the operational level to use a system of integrated applications in order to automate many back office functions related to technology and services, EOS will act as an interface between enterprise business managers and enterprise resources for real time monitoring and control of enterprise operations.The thesis presents at first the context, priorities, challenges and expected results. Then a set of requirements and functionalities of EOS is described. After that, a survey on existing relevant works is given and mapped to the specified requirements related to EOS. Afterwards, and based on the requirements and state-of-the-art results, the EOS conceptual, technical and implementation architectures are outlined including all internal and external components. The last part draws two examples in the banking and manufacturing sectors to illustrate the use of the EOS
Pitts, David Vernon. "A storage management system for a reliable distributed operating system." Diss., Georgia Institute of Technology, 1986. http://hdl.handle.net/1853/16895.
Full textWang, Xiaolong. "A Secure Computing Platform for Building Automation Using Microkernel-based Operating Systems." Scholar Commons, 2018. https://scholarcommons.usf.edu/etd/7589.
Full textGrange, Sébastien. "M/ORIS - Medical / Operating Room Interaction System /." Lausanne : EPFL, 2007. http://library.epfl.ch/theses/?nr=3798.
Full textTverdal, Martin. "Operating system directed power reduction on EFM32." Thesis, Norwegian University of Science and Technology, Department of Computer and Information Science, 2010. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-11026.
Full textMathur, Abhishek, and n/a. "Multi Agents for Heterogeneous Operating System Environments." University of Canberra. Information Sciences & Engineering, 2007. http://erl.canberra.edu.au./public/adt-AUC20070810.090108.
Full textVeitch, Alistair Craig. "A dynamically reconfigurable and extensible operating system." Thesis, National Library of Canada = Bibliothèque nationale du Canada, 1998. http://www.collectionscanada.ca/obj/s4/f2/dsk2/ftp02/NQ34638.pdf.
Full textHulse, David. "Store architecture in a persistant operating system /." Title page, contents and abstract only, 1998. http://web4.library.adelaide.edu.au/theses/09PH/09phh917.pdf.
Full textSpafford, Eugene Howard. "Kernel structures for a distributed operating system." Diss., Georgia Institute of Technology, 1986. http://hdl.handle.net/1853/9144.
Full textHyden, Eoin Andrew. "Operating system support for quality of service." Thesis, University of Cambridge, 1994. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.319971.
Full textNicol, J. R. "Operating system design for distributed programming environments." Thesis, Lancaster University, 1986. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.332608.
Full textBarham, Paul Ronald. "Devices in a multi-service operating system." Thesis, University of Cambridge, 1996. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.627482.
Full textBulpin, James Roy. "Operating system support for simultaneous multithreaded processors." Thesis, University of Cambridge, 2005. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.614802.
Full textCorbin, George. "The Google Chrome operating system forensic artifacts." Thesis, Utica College, 2015. http://pqdtopen.proquest.com/#viewpdf?dispub=1571599.
Full textThe increased popularity of Google Chromebooks due to their ease of use, security features and low price have contributed to explosive growth in terms of their market share in the personal computing marketplace. This growing market share will result in Chromebooks becoming part of new and ongoing forensic investigations. It is important for forensic investigators to have a strong understanding of the forensic artifacts found on a Google Chromebook. The investigators need to know what these artifacts mean and how to acquire them. A Google Chromebook uses the Google Chrome Operating System for its operating system. The purpose for the research was to begin developing the necessary art in support of forensic examiners tasked with investigating Google Chromebooks and the data they use.
Clarke, Michael. "Operating system support for emerging application domains." Thesis, Lancaster University, 2000. http://eprints.lancs.ac.uk/11800/.
Full textWilson, I. D. "Operating system design for large personal workstations." Thesis, University of Cambridge, 1985. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.372924.
Full textBeckmann, Nathan (Nathan Zachary). "Distributed naming in a factored operating system." Thesis, Massachusetts Institute of Technology, 2010. http://hdl.handle.net/1721.1/62460.
Full textCataloged from PDF version of thesis.
Includes bibliographical references (p. 87-89).
A factored operating system (fos) is a new operating system design for manycore and cloud computers. In fos, OS services are separated from application code and run on distinct cores. Furthermore, each service is split into a fleet, or parallel set of cooperating processes that communicate using messages. Applications discover OS services through a distributed, dynamic name service. Each core runs a thin microkernel, and applications link in a user-space library called libfos that translates service requests into messages. The name service facilitates message delivery by looking up service locations and load balancing within service fleets. libfos caches service locations in a private cache to accelerate message delivery, and invalid entries are detected and invalidated by the microkernel. As messaging is the primary communication medium in fos, the name service plays a foundational role in the system. It enables key concepts of fos's design, such as fleets, communication locality, elasticity, and spatial scheduling. It is also one of the first complex services implemented in fos, and its implementation provides insight into issues one encounters while developing a distributed fos service. This thesis describes the design and implementation of the naming system in fos, including the naming and messaging system within each application and the distributed name service itself. Scaling numbers for the name service are presented for various workloads, as well as end-to-end performance numbers for two benchmarks. These numbers indicate good scaling of the name service with expected usage patterns, and superior messaging performance of the new naming system when compared with its prior implementation. The thesis concludes with research directions for future work.
by Nathan Beckmann.
S.M.
Stevenson, Martijn. "Asbestos : operating system security for mobile devices." Thesis, Massachusetts Institute of Technology, 2006. http://hdl.handle.net/1721.1/37101.
Full textIncludes bibliographical references (p. 75-78).
This thesis presents the design and implementation of a port of the Asbestos operating system to the ARM processor. The port to the ARM allows Asbestos to run on mobile devices such as cell phones and personal digital assistants. These mobile, wireless-enabled devices are at risk for data attacks because they store private data but often roam in public networks. The Asbestos operating system is designed to prevent disclosure of such data. The port includes a file system and a network driver, which together enable future development of Asbestos applications on the ARM platform. This thesis evaluates the port with a performance comparison between Asbestos running on an HP iPAQ hand held computer and the original x86 Asbestos.
by Martijn Stevenson.
M.Eng.
Wyatt, Douglas Karl. "Shared libraries in an exokernel operating system." Thesis, Massachusetts Institute of Technology, 1997. http://hdl.handle.net/1721.1/42736.
Full textIncludes bibliographical references (p. 47).
by Douglas Karl Wyatt.
M.Eng.
Sohan, Ripduman Singh. "Operating system support for application managed disks." Thesis, University of Cambridge, 2009. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.611297.
Full textPfeiffer, Joseph J. Jr. "The Unix Operating System for Telemetry Applications." International Foundation for Telemetering, 1990. http://hdl.handle.net/10150/613488.
Full textUNIX† is a very popular operating system, in use on a wide variety of hardware platforms, in a wide variety of environments, for a wide variety of problems. It has certain well-known deficiencies, however, for time-critical applications where guaranteed response time is required. This paper considers the use of Unix and related systems for telemetry applications. Of particular interest will be Unix as a possible operating system for NASA’s Data Handling Service.
Schwarzkopf, Malte. "Operating system support for warehouse-scale computing." Thesis, University of Cambridge, 2018. https://www.repository.cam.ac.uk/handle/1810/279062.
Full textGoel, Ashvin. "Operating system support for low-latency streaming /." Full text open access at:, 2003. http://content.ohsu.edu/u?/etd,194.
Full textDruschel, Peter. "Operating system support for high-speed networking." Diss., The University of Arizona, 1994. http://hdl.handle.net/10150/186828.
Full textHe, Haifeng. "Memory Footprint Reduction of Operating System Kernels." Diss., The University of Arizona, 2009. http://hdl.handle.net/10150/196010.
Full textVELASCO, ALEJANDRO DAVID. "Software-based methods for Operating system dependability." Doctoral thesis, Politecnico di Torino, 2017. http://hdl.handle.net/11583/2678125.
Full text