mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Fix IS09660 code formatting.
This commit is contained in:
parent
eedb6b52aa
commit
dbc29a5160
1 changed files with 1 additions and 2 deletions
|
@ -514,8 +514,7 @@ public I64 ISO9660ISO(U8 *_filename = NULL, U8 *src_files_find_mask,
|
|||
MemCopy(stage1_buf, BDVD_START, BDVD_END - BDVD_START);
|
||||
*(BDVD_BLK_COUNT - BDVD_START + stage1_buf)(U16 *) = stage2_size;
|
||||
*(BDVD_BLK_LO - BDVD_START + stage1_buf)(U32 *) = stage2_blk;
|
||||
"$$RED$$!!! Boot Stage 2 !!! %X-%X$$FG$$\n",
|
||||
stage2_blk, stage2_blk + stage2_size - 1;
|
||||
"$$RED$$!!! Boot Stage 2 !!! %X-%X$$FG$$\n", stage2_blk, stage2_blk + stage2_size - 1;
|
||||
FBlkWrite(out_file, stage1_buf, 20 << 2 + 1 << 2, DVD_BOOT_LOADER_SIZE / BLK_SIZE);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue