Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Accent kernel
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Accent_kernel
http://dbpedia.org/ontology/abstract Accent was an operating system kernel deveAccent was an operating system kernel developed at Carnegie Mellon University (CMU). Accent was developed as a follow-on to the Aleph kernel developed at the University of Rochester, fixing several of its problems and re-targeting its hardware support for networks of workstation machines (specifically, the Three Rivers PERQ) instead of minicomputers. Accent was part of the at CMU which ran from 1981 to 1985. Development of Accent led directly to the famous Mach kernel. The original Aleph project used data copying to allow programs to communicate. Applications could open ports, which would allow them to receive data sent to them by other programs. The idea was to write a number of servers that would control resources on the machine, passing data along until it reached an end user. In this respect it was similar in concept to Unix, although the implementation was much different, using messages instead of memory. This turned out to have a number of problems, notably that copying memory on their Data General Eclipse was very expensive. In 1979 one of the Aleph engineers, Richard Rashid, left for CMU and started work on a new version of Aleph that avoided its problems. In particular, Accent targeted workstation machines featuring a MMU, using the MMU to "copy" large blocks of memory via mapping, making the memory appear to be in two different places. Only data that was changed by one program or another would have to be physically copied, using the copy-on-write algorithm. To understand the difference, consider two interacting programs, one feeding a file to another. Under Aleph the data from the provider would have to be copied 2kB at a time (due to features of the Eclipse) into the user process. Under Accent the data simply "appeared" in the user process for the cost of a few instructions sent to the MMU. Only if the user process changed the data would anything need to be copied, and even then, only the portions of the data that actually changed. Another problem in Aleph was that its ports were identified by unique ID's that were assigned sequentially. It was simple for a program to "guess" them, thereby gaining access to resources on the computer that it had not been granted. This made the Aleph system rather insecure. To address this, Accent made the port ID's internal to the kernel only. Instances of a program opening ports were handed back different IDs, stored in a mapping in the kernel. Whenever a message was sent to the kernel for delivery, it would first check that the program had access to the port in question by comparing with the mapping table for that program. Guessing port numbers no longer worked, the program's port IDs gave no clue of the "real" IDs in the kernel, and any attempt to talk on one not explicitly handed out by the kernel was an error. Thus Accent's ports represented capabilities, granting rights to use resources as the result of being handed a valid port ID. This kind of capability system, using subject-specific identifiers for capabilities, is called a C-list system. After a few years the Accent project started looking less and less interesting. In the early 1980s many felt that future gains in performance would be made by adding more CPUs to machines, something the Accent kernel was not really equipped to handle. Adding to the problem was that a new generation of more powerful workstations were appearing, meaning that Accent would likely have to be ported to them anyway. Likewise Unix had grown into the operating system of choice for experimental work, both on operating system design, as well as a development platform for user applications. In order to address these changes, it was decided to end work on Accent and start again. The new system would use Accent's ports system within a Unix kernel, creating the famed Mach kernel. Some features of Accent: * Port capabilities * Copy-on-write virtual memory management * Distributed file management * Distributed process management * Protected message-based inter-process communication * Ability to run processes with different microcoded instruction sets.ith different microcoded instruction sets. , Accent est le noyau d'un système d'exploitAccent est le noyau d'un système d'exploitation développé au début des années 1980 jusqu'en 1985 à l'Université Carnegie-Mellon aux États-Unis. Il faisait partie du projet Spice qui fut actif de 1981 à 1985. Le développement d'Accent s'inspira très largement du noyau d' (en) développé depuis 1975 à l'Université de Rochester; son objectif était justement de surmonter ses principaux défauts. (en) de l'Université de Rochester (New York) était impliqué activement depuis plusieurs années dans le développement d' (en), projet qui était devenu moribond lors de son départ pour l'Université Carnegie-Mellon en 1979. Il y fut rapidement au centre du développement d'une version revue et corrigée du (en) qui tenterait de corriger ses principaux défauts : Accent était né. Parmi les principales améliorations notons l'usage intensif de la copie sur écriture, l'usage de la mémoire virtuelle pour des raisons de sécurité mais aussi de stabilité, la possibilité d'avoir plusieurs processus qui utilisent chacun un microcode en langage machine différent, un système de fichiers concurrent, etc. Accent ne fut jamais commercialisé et son développement cessa complètement en 1985. Mais ce ne fut pas du tout un échec car c'était afin de réutiliser immédiatement l'expérience acquise pour créer un nouveau système d'exploitation qui fut directement à l'origine du micro-noyau Mach.rectement à l'origine du micro-noyau Mach.
http://dbpedia.org/ontology/wikiPageExternalLink https://dl.acm.org/doi/10.1145/800216.806593 +
http://dbpedia.org/ontology/wikiPageID 1531415
http://dbpedia.org/ontology/wikiPageLength 5025
http://dbpedia.org/ontology/wikiPageRevisionID 1068092174
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Inter-process_communication + , http://dbpedia.org/resource/Mach_kernel + , http://dbpedia.org/resource/C-list_%28computer_security%29 + , http://dbpedia.org/resource/SPICE_Project + , http://dbpedia.org/resource/Three_Rivers_Computer_Corporation + , http://dbpedia.org/resource/Distributed_filesystem + , http://dbpedia.org/resource/Carnegie_Mellon_University + , http://dbpedia.org/resource/Data_General_Eclipse + , http://dbpedia.org/resource/Memory_management_unit + , http://dbpedia.org/resource/Aleph_kernel + , http://dbpedia.org/resource/Operating_system + , http://dbpedia.org/resource/Capability-based_security + , http://dbpedia.org/resource/Virtual_memory + , http://dbpedia.org/resource/Richard_Rashid + , http://dbpedia.org/resource/Workstation + , http://dbpedia.org/resource/Minicomputer + , http://dbpedia.org/resource/Mach_%28kernel%29 + , http://dbpedia.org/resource/Category:Monolithic_kernels + , http://dbpedia.org/resource/PERQ + , http://dbpedia.org/resource/Kernel_%28computer_science%29 + , http://dbpedia.org/resource/Distributed_processing + , http://dbpedia.org/resource/Central_processing_unit + , http://dbpedia.org/resource/Category:Carnegie_Mellon_University_software + , http://dbpedia.org/resource/Copy-on-write + , http://dbpedia.org/resource/Unix + , http://dbpedia.org/resource/Access_control + , http://dbpedia.org/resource/Microcode + , http://dbpedia.org/resource/University_of_Rochester +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Cite_book + , http://dbpedia.org/resource/Template:Nofootnotes +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:Carnegie_Mellon_University_software + , http://dbpedia.org/resource/Category:Monolithic_kernels +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Kernel +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Accent_kernel?oldid=1068092174&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Accent_kernel +
owl:sameAs http://yago-knowledge.org/resource/Accent_kernel + , http://no.dbpedia.org/resource/Accent + , http://www.wikidata.org/entity/Q655932 + , http://dbpedia.org/resource/Accent_kernel + , http://rdf.freebase.com/ns/m.058jc_ + , https://global.dbpedia.org/id/4qRnS + , http://nn.dbpedia.org/resource/Accent + , http://fr.dbpedia.org/resource/Accent_%28noyau%29 +
rdf:type http://dbpedia.org/ontology/Software + , http://dbpedia.org/class/yago/NaturalObject100019128 + , http://dbpedia.org/class/yago/PhysicalEntity100001930 + , http://dbpedia.org/class/yago/WikicatMonolithicKernels + , http://dbpedia.org/class/yago/PlantPart113086908 + , http://dbpedia.org/class/yago/Object100002684 + , http://dbpedia.org/class/yago/Kernel113137010 + , http://dbpedia.org/class/yago/Whole100003553 + , http://dbpedia.org/class/yago/WikicatOperatingSystemKernels +
rdfs:comment Accent est le noyau d'un système d'exploitAccent est le noyau d'un système d'exploitation développé au début des années 1980 jusqu'en 1985 à l'Université Carnegie-Mellon aux États-Unis. Il faisait partie du projet Spice qui fut actif de 1981 à 1985. Le développement d'Accent s'inspira très largement du noyau d' (en) développé depuis 1975 à l'Université de Rochester; son objectif était justement de surmonter ses principaux défauts.ement de surmonter ses principaux défauts. , Accent was an operating system kernel deveAccent was an operating system kernel developed at Carnegie Mellon University (CMU). Accent was developed as a follow-on to the Aleph kernel developed at the University of Rochester, fixing several of its problems and re-targeting its hardware support for networks of workstation machines (specifically, the Three Rivers PERQ) instead of minicomputers. Accent was part of the at CMU which ran from 1981 to 1985. Development of Accent led directly to the famous Mach kernel. Some features of Accent:mous Mach kernel. Some features of Accent:
rdfs:label Accent kernel , Accent (noyau)
hide properties that link here 
http://dbpedia.org/resource/Accent + http://dbpedia.org/ontology/wikiPageDisambiguates
http://dbpedia.org/resource/Mach_%28kernel%29 + , http://dbpedia.org/resource/Accent + , http://dbpedia.org/resource/PERQ + , http://dbpedia.org/resource/Carnegie_Mellon_School_of_Computer_Science + , http://dbpedia.org/resource/Aleph_kernel + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Accent_kernel + http://xmlns.com/foaf/0.1/primaryTopic
http://dbpedia.org/resource/Accent_kernel + owl:sameAs
 

 

Enter the name of the page to start semantic browsing from.