wumingxu.io
wumingxu.io
```c static EfErrCode create_env_blob(sector_meta_data_t sector, const char *key, const void *value, size_t len) { EfErrCode result = EF_NO_ERR; struct env_hdr_data env_hdr; bool is_full = false; uint32_t env_addr = sector->empty_env; if...
### Operating system ubuntu 20.04 ### Description  My image was downloaded from the Microsoft website and verified to be consistent with the Microsoft image through sha256sum ### Docker compose...