os-workshop

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4dd98b8f3fa2987539afe0239c39c0fd0ed3b1bd
parent 17e290adf7a9573ea89a5f5fe5fe73216cf3ee5d
Author: Brian Swetland <swetland@frotz.net>
Date:   Sat, 28 May 2022 13:14:30 -0700

netboot: change ports

Diffstat:
Mtools/netboot.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/netboot.h b/tools/netboot.h @@ -5,8 +5,8 @@ #include <stdint.h> -#define NB_PORT_QUERY 32320 -#define NB_PORT_CTRL 31310 +#define NB_PORT_QUERY 58571 +#define NB_PORT_CTRL 58572 // echo -n netboot.magic | sha256sum | cut -c1-8 // commands are similar (netboot.cmd.name)