代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/132985/14064020
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/132985/14064042
o fdisk.o
www.eeworm.com/read/132985/14064102
c fdisk.c
/* autogenerated file -- DO NOT EDIT! */
/* autogenerated by: bin2c
at Tue Aug 31 12:45:41 2004
*/
const unsigned char fdisk_data[]= {
0x1f, 0x8b, 0x08, 0x08, 0x75, 0x02, 0x34, 0x41,
0x
www.eeworm.com/read/107724/15602769
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/107724/15602770
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/104815/15682626
test fdisk.test
Disk /dev/hda: 14 heads, 62 sectors, 1018 cylinders
Units = cylinders of 868 * 512 bytes
Device Boot Begin Start End Blocks Id System
/dev/hda1 1 1 3 1271 a
www.eeworm.com/read/102720/15761134
8 fdisk.8
.TH FDISK 8
.SH NAME
fdisk \- partition a hard disk [IBM]
.SH SYNOPSIS
\fBfdisk\fR [\fB\-h\fIm\fR]\fR [\fB\-s\fIn\fR]\fR [\fIfile\fR]\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
www.eeworm.com/read/102720/15761475
8 fdisk.8
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 14:23:46 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/102720/15762002
8 fdisk.8
FDISK(8) Minix Programmer's Manual FDISK(8)
NAME
fdisk - partition a hard disk [IBM]
SYNOPSIS
fdisk [-hm] [-sn] [file]
OPTIONS
-h
www.eeworm.com/read/289580/8541548