Changeset 60 for trunk/install/c/install.c
- Timestamp:
- Feb 18, 2016, 5:18:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/c/install.c
r57 r60 19 19 20 20 21 #include " INSTALL.H"21 #include "install.h" 22 22 23 23 … … 1567 1567 1568 1568 1569 // Allocate buffers for Track0 and AIRBOOT.BIN.1569 // Allocate buffers for Track0 and 'airboot.bin'. 1570 1570 Track0 = malloc(SECTOR_COUNT * BYTES_PER_SECTOR); 1571 1571 Bootcode = malloc(SECTOR_COUNT * BYTES_PER_SECTOR);
Note:
See TracChangeset
for help on using the changeset viewer.