File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11use crate :: TagType ;
22
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.
44///
55/// The name is a normal C-style UTF-8 zero-terminated string that can be
66/// obtained via the `name` method.
Original file line number Diff line number Diff line change 11use crate :: TagType ;
22
3- /// This Tag contains the command line string.
3+ /// This tag contains the command line string.
44///
55/// The string is a normal C-style UTF-8 zero-terminated string that can be
66/// obtained via the `command_line` method.
Original file line number Diff line number Diff line change 11use crate :: TagType ;
22use core:: marker:: PhantomData ;
33
4- /// This Tag provides an initial host memory map.
4+ /// This tag provides an initial host memory map.
55///
66/// The map provided is guaranteed to list all standard RAM that should be
77/// available for normal use. This type however includes the regions occupied
You can’t perform that action at this time.
0 commit comments