TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Luakernel – Lua + SQLite + musl libc running on x86

115 点作者 ers35超过 10 年前

5 条评论

nl超过 10 年前
Since there is nothing obvious on the page: This is Lua+SQLite running on <i>bare metal</i> x86.<p>Lots of questions: does it actually have any performance benefits? A network stack? How do the mechanics of getting&#x2F;editing files work?
评论 #8487060 未加载
评论 #8488432 未加载
metafex超过 10 年前
It would be very interesting if this could be combined with snabbswitch for some truly awesome bare-metal lua networking.
评论 #8486461 未加载
kator超过 10 年前
Downloaded the iso and ran under a vm but it crashes as soon as I try any command.<p>I&#x27;m curious what&#x27;s the easiest way to test this?<p>[1] <a href="https://github.com/ers35/luakernel/blob/master/bin/luakernel.iso" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ers35&#x2F;luakernel&#x2F;blob&#x2F;master&#x2F;bin&#x2F;luakernel...</a>
评论 #8487046 未加载
评论 #8487118 未加载
allan_s超过 10 年前
Pretty interesting, just a pity he didn&#x27;t specified an actual license, as &quot;disclaims all copyright&quot; has no legal value and even if it had, it would certainly mean different things from one country to an other (for example in France you can&#x27;t, even yourself, put something you&#x27;ve produced in the public domain as you can&#x27;t cede your paternity &#x27;right&#x27;)
评论 #8486545 未加载
评论 #8487145 未加载
评论 #8510070 未加载
marktangotango超过 10 年前
What does this need to be useful for real work? Ie serve html? A network stack, file system, process mgmt?