From 899dbf52563924dda56482ca9e8ab85117c72f36 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 12 Jun 2024 06:10:49 +0000 Subject: [PATCH] add directory structure git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@257 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 58c6689..ffcb0e1 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ DataWorks is a simple DBMS written in C. ## Platform support 1. DOS (16-bit) - + Works on 80286 with 1MB RAM. 2. DOS with DOS/4GW or its compatibles - + Works on 80386 with 2MB RAM. 3. Windows 32-bit/64-bit - + Works on Windows 7 or later. 4. NetBSD - + Works on amd64 10.0, and macppc 9.3. 5. Linux @@ -40,3 +40,39 @@ DataWorks is a simple DBMS written in C. Original: http://sw.nishi.boats/svn/nishi-dataworks 1. [Nishi](https://git-mirror.nishi.boats/?p=dataworks.git) 2. [GitHub](https://github.com/pnsk-lab/dataworks) + +## Directory Structure + - `Binary` + + Contains images + - `Client` + + Contains client source code + - `Document` + + Contains files related to generate a document + - `Grammar` + + Contains Yacc/Flex files + - `Library` + + Contains base library source code + - `Makefiles` + + Contains Makefiles used to build DataWorks + + - `Makefiles/Platforms` + + Contains Makefiles to solve platform-dependent stuff + - `Package` + + Contains files related to package manager + - `Server` + + Contains server source code + - `Tool` + + Contains tools used for source codes formatting, and etc + - `Vim` + + Contains syntax file for Vim -- 2.43.0