Add 16-bit OS/2 code to create test volumes.

Signed-off-by: Natalia Portillo <claunia@claunia.com>
This commit is contained in:
2018-01-11 17:53:37 +00:00
parent bb4efed8c9
commit 56ab3c7620
37 changed files with 3767 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(setter C)
set(CMAKE_C_STANDARD 90)
add_executable(setter main.c)