Changeset 6a044dd in mainline
- Timestamp:
- 2024-06-27T08:01:26Z (7 months ago)
- Branches:
- master
- Children:
- af3235d
- Parents:
- 49aaa0e
- git-author:
- Mohammed Q. Hussain <maastaar@…> (2024-06-25 17:15:54)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2024-06-27 08:01:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/main/kinit.c
r49aaa0e r6a044dd 296 296 } 297 297 298 } else if (i == init.cnt - 1) { 299 /* 300 * Assume the last task is the RAM disk. 301 */ 298 } else if (str_cmp(name, "initrd.img") == 0) { 302 299 init_rd((void *) init.tasks[i].paddr, init.tasks[i].size); 303 300 } else {
Note:
See TracChangeset
for help on using the changeset viewer.