ms-sys is a Linux program for writing Microsoft compatible boot records. The program does the same as Microsoft's "fdisk /mbr" to a hard disk or "sys d:" to a floppy or FAT32 partition, except that it does not copy any system files (only the boot record is written).
| Tags | Boot |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: Makefile now supports DESTDIR.


Changes: This release adds FreeDOS FAT16 and FAT32 boot records.


Changes: The -p switch now writes the number of heads in BPB. The Makefile has been modified to work with newer version of gcc.


Changes: Now ms-sys is able to identify an MS-DOS MBR with the undocumented F2 instruction. A bug in the Makefile that made it fail to install files unless target directories already existed has been fixed.


Changes: This releaes compiles cleanly on distributions based on the 2.6 Linux kernel.