vanuit de source van MS-DOS 6.0
fdisk.c
Belachelijk, Fdisk door iemand die "I had just learned 'C'"
fdisk.c
code:
1
2
3
4
5
6
| ;/* ; * Microsoft Confidential ; * Copyright (C) Microsoft Corporation 1983 - 1991 ; * All Rights Reserved. ; */ /****************************************************************************** |
code:
1
2
3
4
5
6
7
8
9
10
11
12
| /* EXTERNAL REFERENCES: */ /* Fixed Disk Master Boot Record */ /* EXTENDED Partition Volume Boot Records */ /* Note: Both of the above are physical data structures on */ /* the surface of the disk */ /* */ /* P.S. - To whoever winds up maintaining this, I will */ /* apoligize in advance. I had just learned 'C' when */ /* writing this, so out of ignorance of the finer points*/ /* of the langauge I did a lot of things by brute force.*/ /* Hope this doesn't mess you up too much - MT 5/20/86 */ /******************** END OF SPECIFICATIONS ********************/ |
Belachelijk, Fdisk door iemand die "I had just learned 'C'"