From 4fd6bdc4ef2cb5f38fe0e3af2af8a758fb403a35 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 9 Mar 2026 07:03:55 +0000 Subject: util/nvmutil: say what the program does! and with this, i'm probably done for a while i've obsessively audited this code for a week Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index b8ea2376..5e380258 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -3,9 +3,15 @@ /* Copyright (c) 2023 Riku Viitanen */ /* - * Written for portability among the Unices (Linux, BSD etc) + * This tool lets you modify Intel GbE NVM (Gigabit Ethernet + * Non-Volatile Memory) images, e.g. change the MAC address. + * These images configure your Intel Gigabit Ethernet adapter. + * + * This code is designed to be portable, running on as many + * Unix and Unix-like systems as possible (mainly BSD/Linux). + * + * Recommended CFLAGS for Clang/GCC: * - * Use these CFLAGS: * -Os -Wall -Wextra -Werror -pedantic -std=c99 -D_POSIX_C_SOURCE=200809L */ -- cgit v1.2.1