flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > disk io under windows 10 64-bit |
Author |
|
BAiC 21 Feb 2016, 18:18
FYI: non-Windows OSes are never running at the same time as Windows (regardless of the version). you need to include a driver for each of the device types you want to support. due to the nature of a "hobby" OS you're not gonna find anything you can just "plug in". BTW: NOTHING that works in Windows is going to be usable in your OS without heavy modifications to it.
|
|||
21 Feb 2016, 18:18 |
|
Hack1532 21 Feb 2016, 23:22
I solved the problem by booting Mini-XP 32-bit from USB. My 16-bit *.COM files work correctly.
ie: MAKEBOOT.COM RAWWRITE.COM I was able to build my little OS just fine under 32-bit Win OS, |
|||
21 Feb 2016, 23:22 |
|
revolution 21 Feb 2016, 23:26
You can open a file name called "\\.\PhysicalDriveN" where N is the drive number and read/write data to that. Writing should be fine for all non-system drives in Win7 and up. For XP writing also works on the system dive so you need to be careful you don't kill your boot HDD.
|
|||
21 Feb 2016, 23:26 |
|
Trinitek 22 Feb 2016, 04:05
You need to be careful about writing to your boot HDD on 7, too. I was trying to write a floppy image to a USB floppy with some third party software, and it overwrote my boot HDD instead. Luckily the partitions were still intact.
|
|||
22 Feb 2016, 04:05 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.