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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

BIOS

5 点作者 pencil超过 15 年前
i understand that BIOS is a small program written in some language and stored on a chip/flashmemory.can someone tell me how does this instruction written by us gets stored inside a chip made of transistors?how do they make the instruction get inside a chip made of silicon?

7 条评论

godDLL超过 15 年前
Questions like this one should be on <a href="http://superuser.com/" rel="nofollow">http://superuser.com/</a><p>This isn't HN material.
CyberFonic超过 15 年前
Most BIOSes are written in a mixture of assembly language and C. Have a look at www.coreboot.org if you want to get into more detail. The BIOS found in a typical PC is rather large, 1 MB is common.<p>The flash memory is programmed in the factory before being installed into the motherboard and can also be reprogrammed in the field. There are other technologies, such as JTAG which allow you to reprogram flash memories. In effect, part of the memory contains a very simple computer (if you dare call it that) which will communicate with an external device to perform the task.<p>Older technologies, e.g. EPROMs used high voltages (as in 12V vs. 5V) to program what was in effect a huge array of capacitors which could be erased by ultraviolet light. Before them ROMs were actually programmed by changing the manufacturing masks.
zitterbewegung超过 15 年前
You should take a computer architecture class at your college or at least audit it. It would help you understand how your computer works.
razerbeans超过 15 年前
This gives a general overview of how the BIOS works, but I'm not entirely sure if it goes as in depth as you may want it to. However, it should be a good starting point. <a href="http://mikeos.berlios.de/write-your-own-os.html" rel="nofollow">http://mikeos.berlios.de/write-your-own-os.html</a> (See "PC primer" paragraph)
billpg超过 15 年前
The chips these days use flash memory which can be written into like RAM chips, except these keep their contents without power.<p>In days of old, ROM chips would be mass produced with their contents literally hard wired as an intrinsic part of the chip layout.
georgecmu超过 15 年前
You can learn how these 'chips made of silicon' store data by following links here: <a href="http://en.wikipedia.org/wiki/Read-only_memory#Types_of_ROMs" rel="nofollow">http://en.wikipedia.org/wiki/Read-only_memory#Types_of_ROMs</a>
pencil超过 15 年前
i'am also interested in knowing what a microcode is {wikipedia doesn't have much on this} what's it written in ?
评论 #1107696 未加载