代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/127476/14352196
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/127476/14352198
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/124879/14530052
exe fdisk.exe
www.eeworm.com/read/123362/14636766
txt fdisk.txt
硬盘分区完全模拟程序。
非常好,是模拟程序,不会真的分硬盘,
真正想学电脑的同志,我想新硬盘分区是一定要会的
同志们可别错过。
www.eeworm.com/read/119420/14830709
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/119420/14830710
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/214748/15089492
exe fdisk.exe
www.eeworm.com/read/11175/206450
c fdisk.c
;/*
; * Microsoft Confidential
; * Copyright (C) Microsoft Corporation 1983 - 1991
; * All Rights Reserved.
; */
/******************
www.eeworm.com/read/11175/206452
lnk fdisk.lnk
www.eeworm.com/read/11175/206459