File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
use crate :: TagType ;
2
2
3
- /// This Tag contains the name of the bootloader that is booting the kernel.
3
+ /// This tag contains the name of the bootloader that is booting the kernel.
4
4
///
5
5
/// The name is a normal C-style UTF-8 zero-terminated string that can be
6
6
/// obtained via the `name` method.
Original file line number Diff line number Diff line change 1
1
use crate :: TagType ;
2
2
3
- /// This Tag contains the command line string.
3
+ /// This tag contains the command line string.
4
4
///
5
5
/// The string is a normal C-style UTF-8 zero-terminated string that can be
6
6
/// obtained via the `command_line` method.
Original file line number Diff line number Diff line change 1
1
use crate :: TagType ;
2
2
use core:: marker:: PhantomData ;
3
3
4
- /// This Tag provides an initial host memory map.
4
+ /// This tag provides an initial host memory map.
5
5
///
6
6
/// The map provided is guaranteed to list all standard RAM that should be
7
7
/// available for normal use. This type however includes the regions occupied
You can’t perform that action at this time.
0 commit comments