TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nanos: A kernel designed to run only one application in virtualized environment

125 pointsby yagizdegirmenciover 3 years ago

10 comments

sshineover 3 years ago
Somewhat related is MirageOS, a microkernel library for producing applications that run directly in a hypervisor, like Xen. So no virtual environment necessary. And thanks to the memory safety of OCaml (given certain assumptions about the style of programming, because any sufficiently versatile language comes with footguns) you don’t even really need the virtual memory system and other conveniences of a modern operating system.
eatonphilover 3 years ago
A couple of other interesting articles from the nanos team by way of the &#x2F;r&#x2F;unikernel subreddit:<p><a href="https:&#x2F;&#x2F;nanovms.com&#x2F;dev&#x2F;tutorials&#x2F;debugging-nanos-unikernels-with-gdb-and-ops" rel="nofollow">https:&#x2F;&#x2F;nanovms.com&#x2F;dev&#x2F;tutorials&#x2F;debugging-nanos-unikernels...</a><p><a href="https:&#x2F;&#x2F;nanovms.com&#x2F;dev&#x2F;tutorials&#x2F;finding-memory-management-errors-in-nanos" rel="nofollow">https:&#x2F;&#x2F;nanovms.com&#x2F;dev&#x2F;tutorials&#x2F;finding-memory-management-...</a><p><a href="https:&#x2F;&#x2F;nanovms.com&#x2F;dev&#x2F;tutorials&#x2F;profiling-and-tracing-nanos-unikernel" rel="nofollow">https:&#x2F;&#x2F;nanovms.com&#x2F;dev&#x2F;tutorials&#x2F;profiling-and-tracing-nano...</a>
tailspin2019over 3 years ago
From the FAQs:<p>&gt; Does this Work for My Mac M1 or M2?<p>&gt; No one has reported trying to run this on a Mac M1 or M2 yet but since these run ARM we don&#x27;t feel that it is a good laptop to be using if you are deploying to X86 servers. At best you will experience slowness as the machines will need to emulate a different architecture. This isn&#x27;t something we expect software updates to fix and both Docker and VMWare state the same thing. Even if you wish to deploy to ARM servers we don&#x27;t feel that the M1s and M2s are going to be helpful as they are very different from most commodity ARM servers.<p>Erm... they&#x27;re not Mac people then...<p>EDIT: I was probably being a bit grumpy - read the full replies below for further context...
评论 #29451555 未加载
评论 #29451394 未加载
ComputerGuruover 3 years ago
It would be great if the picture demo running the node application included timestamps. The landing page keeps using &quot;fast&quot; to mean &quot;bandwidth&quot; but without any mention of latency - my primary question is how long it takes to boot the kernel and start launching the userland process (i.e. cold start time) but there&#x27;s no mention of that.
评论 #29453950 未加载
brentcetinichover 3 years ago
See also <a href="https:&#x2F;&#x2F;github.com&#x2F;direktiv&#x2F;vorteil" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;direktiv&#x2F;vorteil</a><p>The above also wrote a Uni kernel but it seems they abandoned that as was too large a problem and just link and package now
nix23over 3 years ago
Whats the difference to OSv?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;cloudius-systems&#x2F;osv" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;cloudius-systems&#x2F;osv</a>
评论 #29451124 未加载
评论 #29433887 未加载
lmilcinover 3 years ago
I mean... if we go this way why even have a kernel? Why not just have a single application with everything that is needed to run it as VM?
评论 #29451436 未加载
评论 #29451953 未加载
评论 #29452138 未加载
desktopninjaover 3 years ago
Mmm. Fascinating ... am wondering already how well the JVM would run on it. Also maybe this could the solution I&#x27;ve been looking for for &quot;Just enough OS for Virtualbox&quot; and have it run on baremetal. VBox has one of the best VM management UIs in my opinion.
评论 #29453915 未加载
GekkePrutserover 3 years ago
Cool, so this is a bit like MS-DOS?<p>With the splitting of applications into microservices all running in separate containers this does make a lot of sense again. Why have a full multiuser os running for each process. Will look into this more.
cyanydeezover 3 years ago
ah, the classic blind download this script and run, trust us guiz
评论 #29452051 未加载