OSDN Git Service

基本機能完成 master
authorVOSystems <vosystems@user.sourceforge.jp>
Thu, 26 Feb 2015 07:46:11 +0000 (16:46 +0900)
committerVOSystems <vosystems@user.sourceforge.jp>
Thu, 26 Feb 2015 07:46:11 +0000 (16:46 +0900)
commit5b5d6323d8a768095c89b765a473850177faa7db
tree30b524ce9ca1cb5fa18231a1cb4da9fbcfb63b05
parent1e6e28235585f826e58eb0a100bb94a27edc0e98
基本機能完成
44 files changed:
release/full_pkg/libosdk.a [new file with mode: 0644]
release/full_pkg/osdk.tar.gz [new file with mode: 0644]
release/single_pkg/include/sysio.h [new file with mode: 0644]
release/single_pkg/include/syskbd.h [new file with mode: 0644]
release/single_pkg/include/sysvga.h [new file with mode: 0644]
release/single_pkg/include/tools.h [new file with mode: 0644]
release/single_pkg/include/types.h [new file with mode: 0644]
release/single_pkg/lib/libio.a [new file with mode: 0644]
release/single_pkg/lib/libosdk.a [new file with mode: 0644]
release/single_pkg/lib/libtools.a [new file with mode: 0644]
release/single_pkg/lib/libvga.a [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/include/sysio.h
src/include/syskbd.h [new file with mode: 0644]
src/include/sysvga.h
src/include/tools.h
src/include/types.h
src/includek/sysio.h [new file with mode: 0644]
src/includek/syskbd.h [new file with mode: 0644]
src/includek/sysvga.h [new file with mode: 0644]
src/includek/tools.h [new file with mode: 0644]
src/includek/types.h [new file with mode: 0644]
src/lib/io/Makefile [new file with mode: 0644]
src/lib/io/in.S [new file with mode: 0644]
src/lib/io/in.o [new file with mode: 0644]
src/lib/io/libio.a [new file with mode: 0644]
src/lib/io/out.S [new file with mode: 0644]
src/lib/io/out.o [new file with mode: 0644]
src/lib/text.c [deleted file]
src/lib/tools/Makefile [new file with mode: 0644]
src/lib/tools/beep.c [new file with mode: 0644]
src/lib/tools/beep.o [new file with mode: 0644]
src/lib/tools/libtools.a [new file with mode: 0644]
src/lib/tools/linersearch.c [new file with mode: 0644]
src/lib/tools/linersearch.o [new file with mode: 0644]
src/lib/tools/systool.S [new file with mode: 0644]
src/lib/tools/systool.o [new file with mode: 0644]
src/lib/vga/Makefile [new file with mode: 0644]
src/lib/vga/libvga.a [new file with mode: 0644]
src/lib/vga/subset.S [new file with mode: 0644]
src/lib/vga/subset.o [new file with mode: 0644]
src/lib/vga/text.c [new file with mode: 0644]
src/lib/vga/text.o [new file with mode: 0644]
src/libosdk.a [new file with mode: 0644]