{"id":331,"date":"2020-08-21T22:03:06","date_gmt":"2020-08-21T22:03:06","guid":{"rendered":"https:\/\/truxgoservers.com\/blog\/?p=331"},"modified":"2020-08-21T22:03:07","modified_gmt":"2020-08-21T22:03:07","slug":"kernel-or-core-what-you-should-know","status":"publish","type":"post","link":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/","title":{"rendered":"Kernel or core, what you should know"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Kernel (core)<\/h2>\n\n\n\n<p>Kernel or core is software that is a fundamental part of the operating system. It is the main responsible for providing the different programs secure access to the computer hardware. It is in charge of managing resources, through system call services. It is also responsible for deciding which program can use a hardware device and for how long, which is known as multiplexing. <\/p>\n\n\n\n<p>Accessing hardware directly can be really complex, so kernels often implement a number of hardware abstractions. This allows complexity to be hidden, and provides a clean and uniform interface to the underlying hardware, making it easy for the programmer to use.<\/p>\n\n\n\n<p>In some operating systems, there is no kernel as such (something common in embedded systems), because in certain architectures there are no different execution modes.<\/p>\n\n\n\n<p><strong><em>There are four main types of larges cores:<\/em><\/strong><\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Monolithic cores:<\/strong> Facilitate really powerful and varied abstractions of the underlying hardware.<\/p>\n\n\n\n<p><strong>Monolithic cores<\/strong> are often easier to design correctly, and therefore can grow faster than a micronucleus-based system, but there are success stories on both sides. Micronuclei are often used in embedded robotics or medical computers, as most of the operating system components reside in their own private, protected memory space. This would not be possible with monolithic kernels, not even modern ones that allow loading kernel modules.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>Microkernels:<\/strong> Provide a small set of simple hardware abstractions, and use applications called servers to offer greater functionality.<\/p>\n\n\n\n<p><strong>The microkernel<\/strong> approach consists of defining a very simple abstraction about the hardware, with a set of primitives or system calls that implement minimal operating system services, such as thread management, address space, and inter-process communication.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>HybridKernel:<\/strong> (modified micro-cores) are very similar to pure micro cores, except that they include additional code in the kernel space to make it run faster.<\/p>\n\n\n\n<p><strong>Hybrid kernels<\/strong> are fundamentally micro-cores that have some &#8220;non-essential&#8221; code in kernel space so that it runs faster than it would if it were in user space. This was a commitment that many developers of the early micro-core architecture operating systems adopted before it was shown that micro-cores can perform very well. Most modern operating systems fall into this category, the most popular being Microsoft Windows. XNU, the Mac OS X kernel, is also a modified microkernel, due to the inclusion of code from the FreeBSD kernel in the Mach-based kernel.<\/p>\n\n\n\n<p><strong><em>\u25b8<\/em>The Exocores:<\/strong> Do not facilitate any abstraction, but allow the use of libraries that provide greater functionality thanks to direct or almost direct access to the hardware.<\/p>\n\n\n\n<p><strong>Exocores<\/strong>, also known as vertically structured operating systems, represent a radically new approach to operating system design.               <br>The underlying idea is to allow the developer to make all decisions regarding hardware performance. Ex-cores are extremely small, since they expressly limit their functionality to protection and multiplexing of resources. They are called this way because all the functionality is no longer resident in memory and is now outside, in dynamic libraries.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Kernel (core) Kernel or core is software that is a fundamental part of the operating system. It is the main responsible for providing the different programs secure access to the computer hardware. It is in charge of managing resources, through system call services. It is also responsible for deciding which program can use a hardware [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":332,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[39,74],"class_list":["post-331","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorial","tag-guide","tag-kernel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kernel or core, what you should know - Truxgo Server Blog<\/title>\n<meta name=\"description\" content=\"What should I know about Kernel or cores? Quick and easy guide with the information you need about kernel and what they are made for....\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kernel or core, what you should know - Truxgo Server Blog\" \/>\n<meta property=\"og:description\" content=\"What should I know about Kernel or cores? Quick and easy guide with the information you need about kernel and what they are made for....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/\" \/>\n<meta property=\"og:site_name\" content=\"Truxgo Server Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-08-21T22:03:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-08-21T22:03:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/kernel.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"453\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Truxgo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Truxgo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/\"},\"author\":{\"name\":\"Truxgo\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/person\\\/8b409c26449db6aa09724b45331e333e\"},\"headline\":\"Kernel or core, what you should know\",\"datePublished\":\"2020-08-21T22:03:06+00:00\",\"dateModified\":\"2020-08-21T22:03:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/\"},\"wordCount\":492,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/kernel.png\",\"keywords\":[\"Guide\",\"Kernel\"],\"articleSection\":[\"Tutorial\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/\",\"name\":\"Kernel or core, what you should know - Truxgo Server Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/kernel.png\",\"datePublished\":\"2020-08-21T22:03:06+00:00\",\"dateModified\":\"2020-08-21T22:03:07+00:00\",\"description\":\"What should I know about Kernel or cores? Quick and easy guide with the information you need about kernel and what they are made for....\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#primaryimage\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/kernel.png\",\"contentUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/kernel.png\",\"width\":800,\"height\":453},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/kernel-or-core-what-you-should-know\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kernel or core, what you should know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\",\"name\":\"Truxgo Server Blog\",\"description\":\"Cloud Server and Hosting Tutorials.\",\"publisher\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#organization\",\"name\":\"Truxgo Server Blog\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-truxgo-logo-blanco.png\",\"contentUrl\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/08\\\/cropped-truxgo-logo-blanco.png\",\"width\":1250,\"height\":278,\"caption\":\"Truxgo Server Blog\"},\"image\":{\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/#\\\/schema\\\/person\\\/8b409c26449db6aa09724b45331e333e\",\"name\":\"Truxgo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g\",\"caption\":\"Truxgo\"},\"sameAs\":[\"https:\\\/\\\/truxgoservers.com\\\/blog\"],\"url\":\"https:\\\/\\\/truxgoservers.com\\\/blog\\\/author\\\/truxgo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kernel or core, what you should know - Truxgo Server Blog","description":"What should I know about Kernel or cores? Quick and easy guide with the information you need about kernel and what they are made for....","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/","og_locale":"es_MX","og_type":"article","og_title":"Kernel or core, what you should know - Truxgo Server Blog","og_description":"What should I know about Kernel or cores? Quick and easy guide with the information you need about kernel and what they are made for....","og_url":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/","og_site_name":"Truxgo Server Blog","article_published_time":"2020-08-21T22:03:06+00:00","article_modified_time":"2020-08-21T22:03:07+00:00","og_image":[{"width":800,"height":453,"url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/kernel.png","type":"image\/png"}],"author":"Truxgo","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Truxgo","Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#article","isPartOf":{"@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/"},"author":{"name":"Truxgo","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/person\/8b409c26449db6aa09724b45331e333e"},"headline":"Kernel or core, what you should know","datePublished":"2020-08-21T22:03:06+00:00","dateModified":"2020-08-21T22:03:07+00:00","mainEntityOfPage":{"@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/"},"wordCount":492,"commentCount":0,"publisher":{"@id":"https:\/\/truxgoservers.com\/blog\/#organization"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#primaryimage"},"thumbnailUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/kernel.png","keywords":["Guide","Kernel"],"articleSection":["Tutorial"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/","url":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/","name":"Kernel or core, what you should know - Truxgo Server Blog","isPartOf":{"@id":"https:\/\/truxgoservers.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#primaryimage"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#primaryimage"},"thumbnailUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/kernel.png","datePublished":"2020-08-21T22:03:06+00:00","dateModified":"2020-08-21T22:03:07+00:00","description":"What should I know about Kernel or cores? Quick and easy guide with the information you need about kernel and what they are made for....","breadcrumb":{"@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#primaryimage","url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/kernel.png","contentUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/kernel.png","width":800,"height":453},{"@type":"BreadcrumbList","@id":"https:\/\/truxgoservers.com\/blog\/kernel-or-core-what-you-should-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/truxgoservers.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Kernel or core, what you should know"}]},{"@type":"WebSite","@id":"https:\/\/truxgoservers.com\/blog\/#website","url":"https:\/\/truxgoservers.com\/blog\/","name":"Truxgo Server Blog","description":"Cloud Server and Hosting Tutorials.","publisher":{"@id":"https:\/\/truxgoservers.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/truxgoservers.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/truxgoservers.com\/blog\/#organization","name":"Truxgo Server Blog","url":"https:\/\/truxgoservers.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/cropped-truxgo-logo-blanco.png","contentUrl":"https:\/\/truxgoservers.com\/blog\/wp-content\/uploads\/2020\/08\/cropped-truxgo-logo-blanco.png","width":1250,"height":278,"caption":"Truxgo Server Blog"},"image":{"@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/truxgoservers.com\/blog\/#\/schema\/person\/8b409c26449db6aa09724b45331e333e","name":"Truxgo","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/52691a61c58e68677ed4860007c1bb03b14eabe7350747ab3fad3e17825b4b96?s=96&d=mm&r=g","caption":"Truxgo"},"sameAs":["https:\/\/truxgoservers.com\/blog"],"url":"https:\/\/truxgoservers.com\/blog\/author\/truxgo\/"}]}},"_links":{"self":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/331","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/comments?post=331"}],"version-history":[{"count":2,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/331\/revisions"}],"predecessor-version":[{"id":343,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/posts\/331\/revisions\/343"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/media\/332"}],"wp:attachment":[{"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/media?parent=331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/categories?post=331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/truxgoservers.com\/blog\/wp-json\/wp\/v2\/tags?post=331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}