File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1414 Now you can compare everything that is ` AsRef<str> ` (such as ` String ` and ` str `
1515 from the standard library) to uefi strings. Please head to the documentation of
1616 ` EqStrUntilNul ` to find out limitations and further information.
17+ - Added ` BootServices::image_handle ` to get the handle of the executing
18+ image. The image is set automatically by the ` #[entry] ` macro; if a
19+ program does not use that macro then it should call
20+ ` BootServices::set_image_handle ` .
21+ - Added ` BootServices::open_protocol_exclusive ` . This provides a safe
22+ and convenient subset of ` open_protocol ` that can be used whenever a
23+ resource doesn't need to be shared. In same cases sharing is useful
24+ (e.g. you might want to draw to the screen using the graphics
25+ protocol, but still allow stdout output to go to the screen as
26+ well), and in those cases ` open_protocol ` can still be used.
1727
1828### Changed
1929
You can’t perform that action at this time.
0 commit comments