Skip to content

Commit 4ab04ad

Browse files
committed
Mention the license at the end of the Readme
1 parent 18876c4 commit 4ab04ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,17 @@ The bootloader crate can be configured through some cargo features:
6464
- `vga_320x200`: This feature switches the VGA hardware to mode 0x13, a graphics mode with resolution 320x200 and 256 colors per pixel. The framebuffer is linear and lives at address `0xa0000`.
6565
- `recursive_page_table`: Map the level 4 page table recursively and add the [`recursive_page_table_address`](https://docs.rs/bootloader/0.4.0/bootloader/bootinfo/struct.BootInfo.html#structfield.recursive_page_table_addr) field to the passed `BootInfo`.
6666
- `map_physical_memory`: Map the complete physical memory in the virtual address space and pass a [`physical_memory_offset`](https://docs.rs/bootloader/0.4.0/bootloader/bootinfo/struct.BootInfo.html#structfield.physical_memory_offset) field in the `BootInfo`.
67+
68+
## License
69+
70+
Licensed under either of
71+
72+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
73+
http://www.apache.org/licenses/LICENSE-2.0)
74+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
75+
76+
at your option.
77+
78+
Unless you explicitly state otherwise, any contribution intentionally submitted
79+
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
80+
dual licensed as above, without any additional terms or conditions.

0 commit comments

Comments
 (0)