Changeset e2625b1a in mainline
- Timestamp:
- 2018-08-21T10:51:26Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 205f1add, 231b3fd, bd41ac52
- Parents:
- f34d2be
- git-author:
- Jiri Svoboda <jiri@…> (2018-08-20 17:51:22)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-08-21 10:51:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sysinst/sysinst.c
rf34d2be re2625b1a 1 1 /* 2 * Copyright (c) 201 4Jiri Svoboda2 * Copyright (c) 2018 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 46 46 #include <str.h> 47 47 #include <str_error.h> 48 #include <task.h>49 48 #include <vfs/vfs.h> 50 49 #include <vol.h> … … 68 67 /** HelenOS live CD volume label */ 69 68 #define CD_VOL_LABEL "HelenOS-CD" 69 /** XXX Should get this from the volume server */ 70 70 #define CD_MOUNT_POINT "/vol/" CD_VOL_LABEL 71 71 … … 273 273 return EIO; 274 274 275 printf("sysinst_copy_boot_blocks: write boot block\n");275 printf("sysinst_copy_boot_blocks: write core blocks\n"); 276 276 /* XXX Must pad last block with zeros */ 277 277 rc = block_write_direct(sid, core_start, core_blocks, core_img);
Note:
See TracChangeset
for help on using the changeset viewer.