mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Modify rootfs.py infrastructure to support the new layout
This commit is contained in:
parent
6ed2e09f3a
commit
05c13dd64e
8 changed files with 374 additions and 410 deletions
|
|
@ -202,7 +202,7 @@ int main(int argc, char **argv)
|
|||
char zeros[BLOCK_SIZE];
|
||||
|
||||
unsigned int next_file_address;
|
||||
|
||||
|
||||
next_file_address = *((unsigned int *) 0x7F8D);
|
||||
|
||||
printf("Starting fiwix.ext2 at addr 0x%08x\n", next_file_address);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue