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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Can Linux terminal reside under BIOS?

2 点作者 FahadUddin92超过 6 年前
To install any Operating System you need to get that OS in USB or hard disk. That seems like a very old school way. I am wondering if BIOS program can be rewritten to add basic Linux terminal feature in it so it can be used to pull Ubuntu or any other free resource from the internet without needing to install any other OS. Issue I am looking into,<p>I have read ROM is 4-8MB in size. Linux CLI is around 11MB. So need to chop down Linux CLI to make it under 2-6 MB since BIOS itself would be around 2 MB.<p>Do you guys think its a practical thing to make such a solution? Thanks

2 条评论

coretx超过 6 年前
Ok, ignoring your false assumptions here, and posing one of my own. You&#x27;re a student with a old PC, and can probably get your hands on a NIC.<p>Flash iPXE on the NIC. : <a href="https:&#x2F;&#x2F;ipxe.org&#x2F;start" rel="nofollow">https:&#x2F;&#x2F;ipxe.org&#x2F;start</a> It allows you to;<p>boot from a web server via HTTP<p>boot from an iSCSI SAN<p>boot from a Fibre Channel SAN via FCoE<p>boot from an AoE SAN<p>boot from a wireless network<p>boot from a wide-area network<p>boot from an Infiniband network<p>and control the boot process with a script.<p>It&#x27;s open source &amp; very educational.
wahern超过 6 年前
The firmware on my PCEngine, Soekris, and SuperMicro boards support tftp network booting. So this is already fairly common, and has been for decades. See <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Preboot_Execution_Environment" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Preboot_Execution_Environment</a>