Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
segzix committed Sep 13, 2024
1 parent 1018662 commit a11b9ac
Show file tree
Hide file tree
Showing 23 changed files with 22 additions and 0 deletions.
Binary file added apps/sor/linux/sor.o
Binary file not shown.
5 changes: 5 additions & 0 deletions boot.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$command = "docker run -itd --privileged=true --name JIAJIA " +
"--mount type=bind,source=""D:\loongprojects\jiajia"",target=""/root/JIAJIA"" " +
"origin:v3 bash"

Invoke-Expression $command
2 changes: 2 additions & 0 deletions lib/linux/comm.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
comm.o comm.d: ../../src/comm.c ../../src/comm.h ../../src/global.h \
../../src/init.h ../../src/mem.h
Binary file added lib/linux/comm.o
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/exit.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exit.o exit.d: ../../src/exit.c ../../src/global.h ../../src/init.h \
../../src/comm.h ../../src/mem.h
Binary file added lib/linux/exit.o
Binary file not shown.
Empty file added lib/linux/finit.d
Empty file.
Binary file added lib/linux/finit.o
Binary file not shown.
1 change: 1 addition & 0 deletions lib/linux/get.d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
get.o get.d: ../../src/get.c
Binary file added lib/linux/get.o
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/init.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
init.o init.d: ../../src/init.c ../../src/global.h ../../src/init.h \
../../src/mem.h ../../src/comm.h
Binary file added lib/linux/init.o
Binary file not shown.
Binary file added lib/linux/libjia.a
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/load.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
load.o load.d: ../../src/load.c ../../src/global.h ../../src/init.h \
../../src/mem.h ../../src/comm.h ../../src/syn.h ../../src/load.h
Binary file added lib/linux/load.o
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/mem.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mem.o mem.d: ../../src/mem.c ../../src/global.h ../../src/mem.h \
../../src/comm.h ../../src/init.h ../../src/syn.h
Binary file added lib/linux/mem.o
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/msg.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
msg.o msg.d: ../../src/msg.c ../../src/global.h ../../src/init.h \
../../src/mem.h ../../src/comm.h ../../src/syn.h ../../src/msg.h
Binary file added lib/linux/msg.o
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/syn.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
syn.o syn.d: ../../src/syn.c ../../src/global.h ../../src/init.h \
../../src/mem.h ../../src/comm.h ../../src/syn.h ../../src/jia.h
Binary file added lib/linux/syn.o
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/linux/tools.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tools.o tools.d: ../../src/tools.c ../../src/global.h ../../src/init.h \
../../src/mem.h ../../src/comm.h ../../src/syn.h ../../src/tools.h
Binary file added lib/linux/tools.o
Binary file not shown.

0 comments on commit a11b9ac

Please sign in to comment.