代码搜索:FREEDOS
找到约 166 项符合「FREEDOS」的源代码
代码结果 166
www.eeworm.com/read/124989/6035066
s first-dos.s
; first.S - primary boot loader for DOS
;
; Copyright (C) 1996-1998 Gero Kuhlmann
; Modifications for booting FreeDOS by Ken Yap
;
; 2003.04.2
www.eeworm.com/read/124989/6035116
pl mknbi.pl
#!/usr/bin/perl -w
# Program to create a netboot image for ROM/FreeDOS/DOS/Linux
# Placed under GNU Public License by Ken Yap, December 2000
# 2003.04.28 R. Main
# Tweaks to work with new first-dos
www.eeworm.com/read/288542/8622879
asm boot32lb.asm
; This is an LBA-enabled FreeDOS FAT32 boot sector (single sector!).
; You can use and copy source code and binaries under the terms of the
; GNU Public License (GPL), version 2 or newer. See www.gnu.
www.eeworm.com/read/240201/13231646
h unicode.h
/* Header file for the FreeDOS-32 Unicode Support Library version 2.1
* by Salvo Isaja, 2005-2006
*/
#ifndef __FD32_UNICODE_H
#define __FD32_UNICODE_H
/**
\defgroup unicode Unicode support library
www.eeworm.com/read/131510/14142854
makefile
# FreeDOS Editor Makefile
# By Joe Cosentino and Jeremy Davis
#
# For use with Turbo C 2.01, Turbo C++ 1.01, Turbo C/C++ 3.0, and
# Borland C/C++ 3.1
#
all : edit.exe edit.hlp
#------------
www.eeworm.com/read/268911/7068567
lsm romos.lsm
Begin3
Title: ROMOS
Version: 1.03
Entered-date: 15.7.2007
Description: ROMOS can boot FreeDOS from external ROM or system BIOS without disks
Keywords: ROM,BIOS,Flash,ISA ROM module,DOS,NASM,AWAR
www.eeworm.com/read/131510/14142943
c keys.c
/* Key combinations
Part of the FreeDOS Editor
*/
#include
#include "keys.h"
struct keys keys[] = {
{F1, "F1"},
{F2, "F2"},
{F3, "F3"
www.eeworm.com/read/178758/5314407
h stdint.h
/* A simple stdint.h file for use in FreeDOS-32.
* by Salvo Isaja, 2005/05/07
*/
#ifndef __STDINT_H
#define __STDINT_H
/* FIXME: The following types clash with oslib/ll/sys/types.h */
//typedef si
www.eeworm.com/read/131510/14142911
readme
FreeDOS Edit 0.82
Based on DFLAT TUI toolkit as described in Dr. Dobbs Journal (DDJ)
See DFLAT.TXT for more information.
Compiling:
Tested with Borland's Turbo C 2.01 (TC2), Turbo C++ 1.01 (TC
www.eeworm.com/read/242732/4541210
rc edit.rc
/* $Id: edit.rc 11299 2004-10-16 22:30:19Z gvg $ */
#define REACTOS_STR_FILE_DESCRIPTION "FreeDOS/ReactOS Text Editor\0"
#define REACTOS_STR_INTERNAL_NAME "edit\0"
#define REACTOS_STR_ORIGINAL_FI