代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/304849/3784524
c fdisk.c
//
// Visopsys
// Copyright (C) 1998-2007 J. Andrew McLaughlin
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License a
www.eeworm.com/read/389922/2530024
c fdisk.c
/* fdisk - partition a hard disk Author: Jakob Schripsema */
/* Run this with:
*
* fdisk [-hheads] [-ssectors] [device]
*
* e.g.,
*
* fdisk (to get the default)
* fdisk -h4 -s17 /dev/hd0 (
www.eeworm.com/read/293734/8276273
exe fdisk.exe
www.eeworm.com/read/370523/9597770
exe fdisk.exe
www.eeworm.com/read/411685/11232307
exe fdisk.exe
www.eeworm.com/read/132985/14064012
o fdisk.o
www.eeworm.com/read/132985/14064016
c fdisk.c
#include "board.h"
#include "console.h"
#include "utils.h"
#include "bios.h"
int main_menu(void)
{
int list[] = {
FDISK_CREATE_PARTITION,
FDISK_DELETE_PARTITION,
FDISK_DISPLAY_PARTITION,
};
www.eeworm.com/read/132985/14064018