sdutil Write DOS Master Boot Record
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m7s

This commit is contained in:
2026-03-20 21:20:30 +01:00
parent fd800f6210
commit 46710bb2dc
4 changed files with 114 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
c += string.c
c += string.c \
strconv.c
o += string.o
o += string.o \
strconv.o