Hello all, I've run into a problem. I need to write my kernel to the sector directly after the bootsector, but so far my attempts at writing a sector copy program have not worked and I can't find a Windows version of this sort of program. Does anyone know any links to programs that can do this?
(My C++ code opened "\\.\A:" to directly access the disk, which didn't work)
Writing to specific sectors
- JackScott
- Member
- Posts: 1036
- Joined: Thu Dec 21, 2006 3:03 am
- Location: Hobart, Australia
- Mastodon: https://aus.social/@jackscottau
- Matrix: @JackScottAU:matrix.org
- GitHub: https://github.com/JackScottAU
- Contact:
http://www.osdever.net/downloads/other/pcopy02.zip
That is the partcopy program, which can be used on DOS/Windows to write bootsectors, and it can be used for other floppy-related tasks as well. I hope this is what you want.
That is the partcopy program, which can be used on DOS/Windows to write bootsectors, and it can be used for other floppy-related tasks as well. I hope this is what you want.
- JackScott
- Member
- Posts: 1036
- Joined: Thu Dec 21, 2006 3:03 am
- Location: Hobart, Australia
- Mastodon: https://aus.social/@jackscottau
- Matrix: @JackScottAU:matrix.org
- GitHub: https://github.com/JackScottAU
- Contact: