Page MenuHomeFreeBSD

loader: Add loader.exit
ClosedPublic

Authored by imp on Feb 26 2024, 11:51 PM.
Tags
None
Referenced Files
F154886408: D44094.diff
Wed, Apr 29, 7:05 PM
Unknown Object (File)
Tue, Apr 28, 5:24 PM
Unknown Object (File)
Tue, Apr 28, 5:17 PM
Unknown Object (File)
Mon, Apr 27, 4:26 AM
Unknown Object (File)
Fri, Apr 17, 12:37 AM
Unknown Object (File)
Sun, Apr 12, 4:34 PM
Unknown Object (File)
Sat, Apr 11, 10:21 AM
Unknown Object (File)
Sat, Apr 11, 10:18 AM
Subscribers

Details

Summary

Add loader.exit(status). While one can get alomst this behavior with
loader.perform("quit"), quit doesn't allow a value to be returned to the
firmware. The interpretation of 'status' is firmware specific.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable