Skip to content

Commit f904a5c

Browse files
committed
添加注释
1 parent e8707f7 commit f904a5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parser/system/parse.go

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ func Parse(s *smbios.Structure) (*Information, error) {
2525
}
2626

2727
// UUID 主板uuid
28+
// If the value is all FFh, the ID is not currently present in the system,
29+
// but it can be set. If the value is all 00h, the ID is not present in the system.
2830
func uuid(data []byte, ver string) string {
2931
if bytes.Index(data, []byte{0x00}) != -1 {
3032
return "Not present"

0 commit comments

Comments
 (0)