代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/374163/9418800
8 fdisk.8
.\" Copyright 1992, 1993 Rickard E. Faith (faith@cs.unc.edu)
.\" Copyright 1998 Andries E. Brouwer (aeb@cwi.nl)
.\" May be distributed under the GNU General Public License
.TH FDISK 8 "11 June 1998" "
www.eeworm.com/read/163710/10148675
c fdisk.c
#include "board.h"
#include "console.h"
#include "utils.h"
#include "bios.h"
#include "bioscall.h"
#include "config.h"
int main_menu(void)
{
int list[] = {
FDISK_DISPLAY_PART,
FDISK_DISPLAY_PARA
www.eeworm.com/read/163710/10148678
ld fdisk.ld
OUTPUT_ARCH(arm)
ENTRY(stext)
SECTIONS
{
.text 0x00180000 : { /* Real text segment */
_text = .; /* Text and read-only data */
*(.text)
*(.rodata)
. = ALIGN(4);
_etext = .; /* End of te
www.eeworm.com/read/161034/10461109
c fdisk.c
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1983 - 1991
; * All Rights Reserved.
; */
/******************
www.eeworm.com/read/161034/10461114
lnk fdisk.lnk
/DOSSEG /MAP /SEG:1024 /E+
main.obj +
mainmenu.obj +
d_menus.obj +
c_menus.obj +
fdisk.obj +
reboot.obj +
bootrec.obj +
fdboot.obj +
display.obj +
www.eeworm.com/read/161034/10461126
tag fdisk.tag
www.eeworm.com/read/161034/10461147
msg fdisk.msg
www.eeworm.com/read/161034/10461154
skl fdisk.skl
:util FDISK ;utility name
:class A ;system messages
;
:use 1 COMMON1 ;"Incorrect DOS version"
:use 2 COMMON2 ;"Insufficient Memory"
:use 3
www.eeworm.com/read/216830/7142641
c fdisk.c
/*
* fdisk version 3.0 - aeb - 950813
* rewrited by netboy - 2003-06-23
*
* Copyright (C) 1995 Andries E. Brouwer (aeb@cwi.nl)
*
* This program is free software. You
www.eeworm.com/read/464278/7167007