Update and add test_proc
This commit is contained in:
parent
f99ef911a1
commit
aa583f8bab
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -16,3 +16,6 @@
|
||||
[submodule "libstd"]
|
||||
path = libstd
|
||||
url = gitea@pterpstra.com:m68k-backplane-computer/libstd.git
|
||||
[submodule "test_proc"]
|
||||
path = test_proc
|
||||
url = gitea@pterpstra.com:m68k-backplane-computer/test_proc.git
|
||||
|
3
Tupfile
3
Tupfile
@ -3,9 +3,10 @@
|
||||
: foreach libstd/include/*.i |> cp %f %o |> sysroot/usr/include/%b <include>
|
||||
: libstd/libstd.a |> cp %f %o |> sysroot/usr/lib/%b <libstd>
|
||||
: init/init |> cp %f %o |> sysroot/usr/bin/%b
|
||||
: test_proc/test_proc |> cp %f %o |> sysroot/usr/bin/%b
|
||||
: kernel/kernel |> cp %f %o |> sysroot/boot/%b
|
||||
: boot/boot.bin |> cp %f %o |> sysroot/usr/share/boot/%b
|
||||
: sysroot/boot/kernel sysroot/usr/bin/init | initrd_maker/initrd_maker |> ^t^ initrd_maker/initrd_maker %f |> initrd
|
||||
: sysroot/boot/kernel sysroot/usr/bin/init sysroot/usr/bin/test_proc | initrd_maker/initrd_maker |> ^t^ initrd_maker/initrd_maker %f |> initrd
|
||||
: initrd |> cp %f %o |> sysroot/boot/%b
|
||||
: sysroot/usr/share/boot/boot.bin sysroot/boot/initrd |> cat %f > %o |> os.dsk
|
||||
|
||||
|
2
init
2
init
@ -1 +1 @@
|
||||
Subproject commit 14f1faedb3eee0dab0ba6859c1f9b73df315265d
|
||||
Subproject commit 18b27293c9846b8174e2842b7cb23ccac9f2dd2e
|
2
kernel
2
kernel
@ -1 +1 @@
|
||||
Subproject commit 1449f2bdb578ba35e5161e1207aa923db1c29c82
|
||||
Subproject commit e8b988f824f37cb2f54583b9c2071b2b020ccd00
|
1
test_proc
Submodule
1
test_proc
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 33db73f27f94a92f31326f6ee6f1160e0397ba65
|
Loading…
Reference in New Issue
Block a user