代码搜索:FREEDOS
找到约 166 项符合「FREEDOS」的源代码
代码结果 166
www.eeworm.com/read/131510/14142914
txt contrib.txt
The following people have helped with the development of FreeDOS Editor:
Dr. Dobb's Journal: Originally wrote the application, D-Flat, which Edit is
based on.
Shaun Raven:
www.eeworm.com/read/131510/14142950
c edit.c
/* FreeDOS Editor
Some portions copyright (c) Joe Cosentino 2000-2004.
Modified by Eric Auer 2002.
*/
/* I N C L U D E S /////////////////////////////////////////////////////// */
www.eeworm.com/read/242732/4538816
c find.c
/* find.c */
/* Copyright (C) 1994-2002, Jim Hall */
/* Adapted for ReactOS */
/*
This program is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/205824/5017789
c find.c
/* find.c */
/* Copyright (C) 1994-2002, Jim Hall */
/* Adapted for ReactOS */
/*
This program is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/409921/2221352
c find.c
/* find.c */
/* Copyright (C) 1994-2002, Jim Hall */
/* Adapted for ReactOS */
/*
This program is free software; you can redistribute it and/or modify
it under the
www.eeworm.com/read/288542/8622886
txt mkboot.txt
To create a bootable floppy suitable for copying the system to
another drive:
1. Change directory (if necessary) to where the FreeDOS Kernel BIN
directory.
3. Enter the command "install" to trans
www.eeworm.com/read/288542/8622946
txt mkboot.txt
To create a bootable floppy suitable for copying the system to
another drive:
1. Change directory (if necessary) to where the FreeDOS Kernel BIN
directory.
3. Enter the command "install" to trans
www.eeworm.com/read/288542/8622918
txt intfns.txt
Technical Data
DOS-C Systems Calls
The following table represents the industry standard kernel DOS calls
currently supported by DOS-C. This list is for FreeDOS build 2036 (5/2006)
www.eeworm.com/read/288542/8622975
txt intfns.txt
Technical Data
DOS-C Systems Calls
The following table represents the industry standard kernel DOS calls
currently supported by DOS-C. This list is for FreeDOS build 2036 (5/2006)
www.eeworm.com/read/131510/14142969
c fileopen.c
/* File-Open Dialog Box
Part of FreeDOS Edit
*/
/* I N C L U D E S /////////////////////////////////////////////////////// */
#include "dflat.h"
/* G L O B A L S //////////////////