Changeset 132
- Timestamp:
- Apr 8, 2017, 12:27:30 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bootcode/airboot.asm
r131 r132 2510 2510 CurrentSS dw ? 2511 2511 ALIGN 16 2512 2513 ; Usually, commits are buildable and some minor checking has been done that 2514 ; whole disks do not get wiped. However, there are situations where stuff is 2515 ; in such a flux that it would be better to do non-buildable commits. 2516 ; That makes it possible to record the changes piecemeal without the danger of 2517 ; accidently using the resulting loader. Of course everyone is clever enough 2518 ; to _never_ build commits marked as 'testing' and install the result in 2519 ; environments where wiping all attached disks and sticks would be a problem... 2520 ;~ force_build_error dd 0f000h dup(?) 2521 2512 2522 ; 2513 2523 ; End of BSS segment.
Note:
See TracChangeset
for help on using the changeset viewer.