- remove directory class
Differential Revision: https://reviews.freebsd.org/D1737 Approved by: wblock (mentor)
This commit is contained in:
parent
35e6112df1
commit
7d7b2e5cdc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46271
1 changed files with 2 additions and 2 deletions
|
@ -71,10 +71,10 @@ $FreeBSD$
|
|||
activity. Not only must code be written for every computer
|
||||
architecture, but there may also be multiple types of booting on
|
||||
the same architecture. For example, a directory listing of
|
||||
<filename class="directory">/usr/src/sys/boot</filename>
|
||||
<filename>/usr/src/sys/boot</filename>
|
||||
reveals a great amount of architecture-dependent code. There is
|
||||
a directory for each of the various supported architectures. In
|
||||
the x86-specific <filename class="directory">i386</filename>
|
||||
the x86-specific <filename>i386</filename>
|
||||
directory, there are subdirectories for different boot standards
|
||||
like <filename>mbr</filename> (Master Boot Record),
|
||||
<filename>gpt</filename> (<acronym>GUID</acronym> Partition
|
||||
|
|
Loading…
Reference in a new issue