initial update

This commit is contained in:
Aliberk Sandıkçı 2023-07-26 14:09:38 +03:00
parent de2245fa39
commit 572cc1931c
Signed by: asandikci
GPG key ID: 25C67A03B5666BC1
4 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View file

@ -68,7 +68,7 @@ go.work
*.pdb *.pdb
# Kernel Module Compile Results # Kernel Module Compile Results
*.mod* # *.mod*
*.cmd *.cmd
.tmp_versions/ .tmp_versions/
modules.order modules.order

View file

@ -14,8 +14,7 @@ How to start c-daemon + go processes:
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon
cd go-daemon/ cd go-daemon/
go build -o c-daemon/bin/ info go build -o c-daemon/bin/ info
gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daem gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c
on.c
./c-daemon/bin/test ./c-daemon/bin/test
``` ```

3
c-daemon/go-files/go.mod Normal file
View file

@ -0,0 +1,3 @@
module info
go 1.20

3
go.mod Normal file
View file

@ -0,0 +1,3 @@
module info
go 1.20