Page MenuHomeFreeBSD

loader: Add loader.exit
ClosedPublic

Authored by imp on Feb 26 2024, 11:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 14, 6:26 PM
Unknown Object (File)
Thu, Dec 26, 5:09 PM
Unknown Object (File)
Dec 2 2024, 9:22 AM
Unknown Object (File)
Dec 2 2024, 9:22 AM
Unknown Object (File)
Dec 2 2024, 9:22 AM
Unknown Object (File)
Dec 2 2024, 1:47 AM
Unknown Object (File)
Nov 23 2024, 10:18 AM
Unknown Object (File)
Nov 18 2024, 3:40 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