ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.7 by root, Wed Aug 14 22:48:28 2019 UTC vs.
Revision 1.9 by root, Wed Aug 14 22:54:28 2019 UTC

17# 17#
18# You should have received a copy of the GNU General Public License 18# You should have received a copy of the GNU General Public License
19# along with this program. If not, see <https://www.gnu.org/licenses/>. 19# along with this program. If not, see <https://www.gnu.org/licenses/>.
20# 20#
21 21
22use 5.014; # numerous features 22use 5.014; # numerous features needed
23 23
24our $VERSION = '1.0'; 24our $VERSION = '1.0';
25our $JSON_VERSION = 1; # the versiobn of the json objects generated by this program 25our $JSON_VERSION = 1; # the versiobn of the json objects generated by this program
26 26
27=head1 NAME 27=head1 NAME
40 40
41=head1 DESCRIPTION 41=head1 DESCRIPTION
42 42
43This program allows you to create, read and modify Boot Configuration Data 43This program allows you to create, read and modify Boot Configuration Data
44(BCD) stores used by Windows Vista and newer versions of Windows. 44(BCD) stores used by Windows Vista and newer versions of Windows.
45
46At this point, it is in relatively early stages of development and has
47received little to no real-world testing.
45 48
46Compared to other BCD editing programs it offers the following unique 49Compared to other BCD editing programs it offers the following unique
47features: 50features:
48 51
49=over 52=over

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines