Mở menu

What is fs0?

Quick note explaining fs0 for BIOS/UEFI and embedded firmware readers.

1 min read
Đọc bằng English Tiếng Việt 日本語
Debug / Shell / Driver Terms cover

What is fs0?

fs0 is a UEFI Shell concept used to inspect firmware state before the OS boots.

Why it matters

  • Provides a hands-on command for inspecting firmware state.
  • Helps verify drivers, devices, variables, memory maps, or filesystems before OS boot.
  • Useful for quick checks without rebuilding the firmware image.

Practical example

Example: use Shell commands such as drivers, devtree, dh, dmpstore, memmap, and map to inspect firmware state before the OS takes over.

Quick checklist

  • Is the command supported by this Shell version?
  • Does the output match the expected firmware state?
  • Can the result be cross-checked with another command?

Quick takeaway

fs0 is a small concept, but it often becomes important when reading logs or debugging real firmware.

Public references

Found this useful?

Save it or share it with someone learning firmware, BIOS/UEFI, and embedded systems.

Nội dung liên quan

Một số bài viết, ghi chú hoặc project có liên quan đến nội dung bạn vừa đọc.

Biến note thành bài viết hoàn chỉnh

Notes là nơi ghi nhanh khái niệm.