File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ - Add support for position independent executables ([ #206 ] ( https://github.com/rust-osdev/bootloader/pull/206 ) )
4
+ - Add optional ASLR ([ #221 ] ( https://github.com/rust-osdev/bootloader/pull/221 ) )
5
+ - Logger: nicer font rendering into framebuffer ([ #213 ] ( https://github.com/rust-osdev/bootloader/pull/213 ) )
6
+ - Fix warnings on latest nightly (` maybe_uninit_extra ` is no longer feature-gated) ([ #222 ] ( https://github.com/rust-osdev/bootloader/pull/222 ) )
7
+ - Rework ` UsedLevel4Entries ` ([ #219 ] ( https://github.com/rust-osdev/bootloader/pull/219 ) )
8
+ - Add small doc-comment to entry_point! macro ([ #220 ] ( https://github.com/rust-osdev/bootloader/pull/220 ) )
9
+
3
10
# 0.10.11 – 2022-01-09
4
11
5
12
- Remove feature flag for ` lang_items ` , ` asm ` and ` global_asm ` ([ #210 ] ( https://github.com/rust-osdev/bootloader/pull/210 ) )
You can’t perform that action at this time.
0 commit comments