|
103 | 103 | //! only unfold their potential when you invoke `uefi::helpers::init` as soon
|
104 | 104 | //! as possible in your application.
|
105 | 105 | //!
|
| 106 | +//! # Discuss and Contribute |
| 107 | +//! |
| 108 | +//! For general discussions, feel free to join us in our [Zulip] and ask |
| 109 | +//! your questions there. |
| 110 | +//! |
| 111 | +//! Further, you can submit bugs and also ask questions in our [issue tracker]. |
| 112 | +//! Contributions in form of a PR are also highly welcome. Check our |
| 113 | +//! [contributing guide][contributing] for details. |
| 114 | +//! |
| 115 | +//! # MSRV |
| 116 | +//! <!-- Keep in Sync with README! --> |
| 117 | +//! |
| 118 | +//! The minimum supported Rust version is currently 1.70. |
| 119 | +//! Our policy is to support at least the past two stable releases. |
| 120 | +//! |
| 121 | +//! # License |
| 122 | +//! <!-- Keep in Sync with README! --> |
| 123 | +//! |
| 124 | +//! The code in this repository is licensed under the Mozilla Public License 2. |
| 125 | +//! This license allows you to use the crate in proprietary programs, but any |
| 126 | +//! modifications to the files must be open-sourced. |
| 127 | +//! |
| 128 | +//! The full text of the license is available in the [license file][LICENSE]. |
| 129 | +//! |
106 | 130 | //! # Trivia and Background
|
107 | 131 | //!
|
108 | 132 | //! [UEFI] started as the successor firmware to the BIOS in x86 space and
|
|
117 | 141 | //! Even joke projects such as an [IRC client][uefirc] leveraging only existing
|
118 | 142 | //! UEFI boot services are possible! 😉
|
119 | 143 | //!
|
| 144 | +//! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE |
120 | 145 | //! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/
|
121 | 146 | //! [UEFI]: https://uefi.org/
|
| 147 | +//! [Zulip]: https://rust-osdev.zulipchat.com |
122 | 148 | //! [`BootServices`]: table::boot::BootServices
|
123 | 149 | //! [`GlobalAlloc`]: alloc::alloc::GlobalAlloc
|
124 | 150 | //! [`SystemTable`]: table::SystemTable
|
|
0 commit comments