aboutsummaryrefslogtreecommitdiff
path: root/makefile
AgeCommit message (Collapse)AuthorFilesLines
4 daysremove unused codeJavier1-1/+0
5 daysembed language & unicode tables into main executablesJavier1-8/+28
use KITTENC to embed all NLS files into executable KITTENC does not allow loading external files anymore... embed the cp???uni.tbl (codepage -> unicode conversion tables) into the main executable too. however, we will still try to find them in PATH if user cp is missing from the internal ones. this means the distribution zip/flp now contain much fewer files. con: some utilities now need to built in the host (kittenc & unitbl2c) this may make the build less portable; so far unix and dos/386 still work.
10 daysmove unicode tables from nls to unitbl dir in srcJavier1-3/+8
2024-06-02add new moustest program for testingJavier1-2/+11
2022-12-18slight makefile cleanupsJavier1-8/+14
2022-11-06cleaning up makefileJavier1-23/+34
2022-11-06improve wheel support (e.g. winword works now)Javier1-1/+1
2022-07-14Localization supportEduardo Casino1-3/+7
2022-06-12add .tbl files in both floppy image and dist zipJavier1-0/+2
2022-06-12define IN_TSR macro in all tsr filesJavier1-1/+1
2022-04-16add .zip download tooJavier1-0/+3
2022-04-16rename flp image to vbados.flpJavier1-5/+7
2022-04-13fix sft leakJavier1-9/+9
2022-04-11add new virtualbox shared folders clientJavier1-4/+19
2022-04-09rename source files for consistencyJavier1-10/+11
2022-04-06minor makefile commentsJavier1-4/+5
2022-04-05add vmware support, debug logging to serial port, and fix ps2 routine ↵Javier1-2/+2
clobbering registers
2022-04-03replace some custom asm utils with watcom intrinsincsJavier1-4/+5
2022-04-02implement graphic cursor for CGA modes, wheel mouse detection, int2f ↵Javier1-6/+8
hooking, simplify w16 driver
2022-03-29initial import of DOS mouse driverJavier1-11/+34
2022-03-13let VMD know the mouse typeJavier1-1/+1
2022-02-28use virtual DMA service on windows with paging enabledJavier1-1/+1
2022-02-27initial importJavier1-0/+26