mbr
Does the first sector (MBR) of a flash drive get executed on insertion into a computer
Do the first 512 bytes get executed whenever I insert the flash drive into any computer? If yes (which should be the case), then I suppose if I 开发者_开发百科extract and disassemble the MBR and put i[详细]
2023-04-02 08:46 分类:问答Writing C/C++ Compiler to the MBR to execute source code before Booting up the OS [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-31 14:43 分类:问答How do I read/write (program) the MBR/VBR of a flash drive?
I\'m looking for a method of reading/writing (actually programming) the Master Boot Record (or maybe VBR) of a usb mass storage device. Actually its a flash drive whose MBR I want to program, so that[详细]
2023-03-13 05:10 分类:问答c++ execute code from no file system
First of all, had a hard time figuring out a title, and it\'s a bit ambiguous, but oh well. Alright, so I have a mixed c++ & asm bootloader program. I can copy it onto my mbr and run it. The only[详细]
2023-03-12 04:05 分类:问答byte order when reading hard drive MBR
I printed the MBR of my Pentium M laptop\'s hard drive.Here is the command I used: $ sudo od -N 512 -x /dev/sda[详细]
2023-02-28 04:47 分类:问答can't run dos MBR
guys.I read MBR from c disk to a memory such as 0:0200H,and then i debug it.however,when i arrive 0:7c18H REPZ[详细]
2023-01-30 21:24 分类:问答Detect GPT and MBR partitions with Powershell
Is there a way to tell if开发者_Go百科 a disk has a GPT or an MBR partition with powershell?If you are on Windows 8, Windows Server 2012, or newer, then you can use one of the storage cmdlets to check[详细]
2023-01-18 15:05 分类:问答Partitioning the filesystem on Android
I\'m trying to re-partition an SDCard on Android, with root access. I have the 512 byte MBR file, and it shows up as this:[详细]
2023-01-15 14:49 分类:问答FASM vc MASM trasnlation problem in mov si, offset msg
just did my first test with MASM and FASM with the same code (almos) and I falled in trouble. The only difference is that to produce just the 104 bytes I need to write to MBR in FASM I put org 7c00h a[详细]
2023-01-02 14:37 分类:问答Adding images to SQL Server when creating a record - is there a better way to do this?
One of my web pages allows the user to create a new record, and, at the same time, associate any number of images with that record.The way I am thinking of doing this is to upload each image to the se[详细]
2022-12-24 12:27 分类:问答