You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14
Original file line number
Diff line number
Diff line change
@@ -64,3 +64,17 @@ The bootloader crate can be configured through some cargo features:
64
64
-`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`.
65
65
-`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`.
66
66
-`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