Submit #2864
closedboot0 refactoring
0%
Description
Hello,
this patch provides little refactoring for the sys/boot/pc32/boot0 to improve
readability and comprehensibility of assembly code.
The main changes are:
Two new symbols added: _SECTOR_FIELD_OFF which provides offset for the 'sector'
field in CHS and _DATA_OFF which provides offset for the boot0 data from the
partition table.
Some comments are improved
The patch was tested as in virtual machine as in real hardware (laptop ASUS M50).
Thank you.
Files
Updated by Anonymous almost 9 years ago
- File deleted (
0001-some-refactoring-for-boot0.patch)
Updated by Anonymous almost 9 years ago
- File 0001-some-refactoring-for-boot0.patch 0001-some-refactoring-for-boot0.patch added
- Status changed from In Progress to Feedback
- Target version set to Unverifiable
I've updated patch and waiting for feedback. The main change is - improved some comments.
Updated by dillon almost 9 years ago
- Assignee set to dillon
Looks pretty good. If you are done working on it I will commit it.
-Matt
Updated by Anonymous almost 9 years ago
dillon wrote:
Looks pretty good. If you are done working on it I will commit it.
-Matt
Hello @dillon,
Yes, I've finished with it.
Thank you.
Updated by swildner almost 9 years ago
- Status changed from Feedback to Closed
I've pushed it. Thanks.