Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f63275

Browse files
Start Rust os
1 parentc2f3d42 commit5f63275

17 files changed

+2064
-0
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
simple-vm
44
embedded
55
TODOsimple.vm
6+
os/target

‎Makefile‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ simple-vm: src/main.o src/simple-vm.o src/simple-vm-opcodes.o
2424
$(LINKER)$@$(OBJECTS)$(CFLAGS) src/main.o src/simple-vm.o src/simple-vm-opcodes.o
2525

2626

27+
#
28+
# Shared library
29+
#
30+
31+
shared: src/simple-vm.o src/simple-vm-opcodes.o
32+
$(LINKER) libsimple-vm.dylib -shared$(OBJECTS)$(CFLAGS) src/main.o src/simple-vm.o src/simple-vm-opcodes.o
33+
2734
#
2835
# A program that contains an embedded virtual machine and allows
2936
# that machine to call into the application via a custom opcode 0xCD.

‎libsimple-vm.dylib‎

52.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp