VOGONS

Common searches


Search results

Display options

Re: MS-DOS 4.00 is now open source

Jo22 wrote on 2024-04-30, 13:58: About the compilation issue. There's a commenter in the YouTube comment section who says he got it working by fixing the paths (setenv.bat?) I'll atrach the quote here once I'm at home. this one seems to work: https://www.youtube.com/watch?v=X7r76V_gWQ8

Re: MS-DOS 4.00 is now open source

So it seems that they included (parts of) Microsoft C and Macro Assembler... does that mean that they are freeware? Did they released as complete free products before? its seems to be a more or less full lib/includes/exe install of MSC 5.1 and MASM 5.1 - binary identical with some extra executables …

Re: Looking for help with analyzing disassembled code->

in Milliways
Also, how I am going to figure out the application code if I don't know what C function's they're calling or what part of the binary is application code? all functions that are labled by IDA as 'Attributes: library function' are library functions - all function called by these are implementation …

Re: Looking for help with analyzing disassembled code->

in Milliways
I think I understand now. My copy of stat.h refers to "System V" so dtoxmode basically converts between MS-DOS file attributes and Unix/Linux (POSIX?) file attributes and has to refer to the .bat, .com and .exe extensions because MS-DOS doesn't have an "executable" attribute like Linux/Unix (POSIX …

Re: Looking for help with analyzing disassembled code->

in Milliways
Are you saying dtoxmode refers to that particular data? dtoxmode referes to some string with file extensions No, I am not looking for file interaction per se, I just wanted to know what dtoxmode does. jmarsh got the answer most of the std clib functions are wrappers or mappers for DOS details into …

Re: Looking for help with analyzing disassembled code->

in Milliways
I found a reference in the IDAPro assembly code to a function called "dtoxmode" but I can't find any information about it online. Has anyone ever heard of it? The assembly code in question is attached a post by llm in this thread. the game is compiled with Microsoft C 5.1 (according to IDA Pro and …

Re: Looking for help with analyzing disassembled code->

in Milliways
@llm: I have gotten around to looking at the disassembled code you generated with IDAPro, it's a great help! I have made a lot of progress figuring out all that assembly code. Thank you! :-) ...and you didn't felt the magic of using the interactive disassembler itself - only the boring dead results …

Page 1 of 13