代码搜索:FREEDOS
找到约 166 项符合「FREEDOS」的源代码
代码结果 166
www.eeworm.com/read/242732/4541681
asm dosmbr.asm
;
; normal DOS boot sector
;
; Ported to nasm from FreeDOS fdisk 1.2.0 by:
; Casper Hornstrup (chorns@users.sourceforge.net)
;
align 2, db 0
global _bootnormal_code
_boo
www.eeworm.com/read/216802/4884081
asm dosmbr.asm
;
; normal DOS boot sector
;
; Ported to nasm from FreeDOS fdisk 1.2.0 by:
; Casper Hornstrup (chorns@users.sourceforge.net)
;
align 2, db 0
global _bootnormal_code
_boo
www.eeworm.com/read/205824/5019423
asm dosmbr.asm
;
; normal DOS boot sector
;
; Ported to nasm from FreeDOS fdisk 1.2.0 by:
; Casper Hornstrup (chorns@users.sourceforge.net)
;
align 2, db 0
global _bootnormal_code
_boo
www.eeworm.com/read/409921/2224217
asm dosmbr.asm
;
; normal DOS boot sector
;
; Ported to nasm from FreeDOS fdisk 1.2.0 by:
; Casper Hornstrup (chorns@users.sourceforge.net)
;
align 2, db 0
global _bootnormal_code
_boo
www.eeworm.com/read/288542/8622881
txt lfnapi.txt
FreeDOS LFN helper API.
struct lfn_inode
{
UNICODE name[261];
struct dirent l_dir; /* this file's dir entry image */
ULONG l_diroff; /* offset
www.eeworm.com/read/288542/8622939
txt lfnapi.txt
FreeDOS LFN helper API.
struct lfn_inode
{
UNICODE name[261];
struct dirent l_dir; /* this file's dir entry image */
ULONG l_diroff; /* offset
www.eeworm.com/read/131510/14142895
c dialogs.c
/* Edit's Dialogs
Part of FreeDOS Edit
*/
#include "dflat.h"
/* --- The File/Open Dialog Box */
DIALOGBOX(FileOpen)
DB_TITLE("Open File", -1,-1,19,57)
CONTROL(TEXT, "Fil
www.eeworm.com/read/131510/14142977
c statbar.c
/* Status Bar
Part of the FreeDOS Editor
*/
#include "dflat.h"
extern char time_string[];
int StatusBarProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
{
char *statusbar;
www.eeworm.com/read/288542/8622898
txt nls.txt
Current version: $Id: nls.txt,v 1.1 2000/08/06 04:42:32 jimtabor Exp $
This document describes all aspects of the implementation
of NLS in the FreeDOS kernel -- 2000/06/16 ska
Note:
At this time th
www.eeworm.com/read/288542/8622962
txt nls.txt
Current version: $Id: nls.txt,v 1.1 2000/08/06 04:42:32 jimtabor Exp $
This document describes all aspects of the implementation
of NLS in the FreeDOS kernel -- 2000/06/16 ska
Note:
At this time th