Page MenuHomeFreeBSD

loader: Add loader.exit
ClosedPublic

Authored by imp on Feb 26 2024, 11:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 14, 7:17 PM
Unknown Object (File)
Mon, Nov 4, 11:52 AM
Unknown Object (File)
Tue, Oct 22, 9:58 AM
Unknown Object (File)
Oct 8 2024, 12:18 PM
Unknown Object (File)
Oct 8 2024, 6:33 AM
Unknown Object (File)
Sep 19 2024, 9:21 PM
Unknown Object (File)
Sep 19 2024, 11:39 AM
Unknown Object (File)
Sep 19 2024, 10:07 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