Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/documentation/booksarch-handbookboot_index/en/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 293,
    "next": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/units/?format=api&page=3",
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "/*\n * Initialize TSS.\n */\ninit.4:\t\tmovb $_ESP0H,TSS_ESP0+1(%di)\t# Set ESP0\n\t\tmovb $SEL_SDATA,TSS_SS0(%di)\t# Set SS0\n\t\tmovb $_TSSIO,TSS_MAP(%di)\t# Set I/O bit map base\n"
            ],
            "previous_source": "",
            "target": [
                "/*\n * Initialize TSS.\n */\ninit.4:\t\tmovb $_ESP0H,TSS_ESP0+1(%di)\t# Set ESP0\n\t\tmovb $SEL_SDATA,TSS_SS0(%di)\t# Set SS0\n\t\tmovb $_TSSIO,TSS_MAP(%di)\t# Set I/O bit map base\n"
            ],
            "id_hash": 3041127439675892515,
            "content_hash": 3041127439675892515,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1040",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 185,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 24,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131020/?format=api",
            "priority": 100,
            "id": 1131020,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=aa34414b36932323",
            "url": "https://translate-dev.freebsd.org/api/units/1131020/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:44.635153Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "/*\n * Bring up the system.\n */\n\t\tmov $0x2820,%bx\t\t\t# Set protected mode\n\t\tcallw setpic\t\t\t#  IRQ offsets\n\t\tlidt idtdesc\t\t\t# Set IDT\n\t\tlgdt gdtdesc\t\t\t# Set GDT\n\t\tmov %cr0,%eax\t\t\t# Switch to protected\n\t\tinc %ax\t\t\t\t#  mode\n\t\tmov %eax,%cr0\t\t\t#\n\t\tljmp $SEL_SCODE,$init.8\t\t# To 32-bit code\n\t\t.code32\ninit.8:\t\txorl %ecx,%ecx\t\t\t# Zero\n\t\tmovb $SEL_SDATA,%cl\t\t# To 32-bit\n\t\tmovw %cx,%ss\t\t\t#  stack\n"
            ],
            "previous_source": "",
            "target": [
                "/*\n * Bring up the system.\n */\n\t\tmov $0x2820,%bx\t\t\t# Set protected mode\n\t\tcallw setpic\t\t\t#  IRQ offsets\n\t\tlidt idtdesc\t\t\t# Set IDT\n\t\tlgdt gdtdesc\t\t\t# Set GDT\n\t\tmov %cr0,%eax\t\t\t# Switch to protected\n\t\tinc %ax\t\t\t\t#  mode\n\t\tmov %eax,%cr0\t\t\t#\n\t\tljmp $SEL_SCODE,$init.8\t\t# To 32-bit code\n\t\t.code32\ninit.8:\t\txorl %ecx,%ecx\t\t\t# Zero\n\t\tmovb $SEL_SDATA,%cl\t\t# To 32-bit\n\t\tmovw %cx,%ss\t\t\t#  stack\n"
            ],
            "id_hash": -8712478772718114542,
            "content_hash": -8712478772718114542,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1067",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 189,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 62,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131028/?format=api",
            "priority": 100,
            "id": 1131028,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=07170eb787016912",
            "url": "https://translate-dev.freebsd.org/api/units/1131028/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:44.740611Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Our last code block is responsible for loading the TR (Task Register) with the segment selector for the TSS we created earlier, and setting the User Mode environment before passing execution control to the [.filename]#boot2# client."
            ],
            "previous_source": "",
            "target": [
                "Our last code block is responsible for loading the TR (Task Register) with the segment selector for the TSS we created earlier, and setting the User Mode environment before passing execution control to the [.filename]#boot2# client."
            ],
            "id_hash": -2535906664500785762,
            "content_hash": -2535906664500785762,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1084",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 192,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 36,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131034/?format=api",
            "priority": 100,
            "id": 1131034,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=5ccea6530ee28d9e",
            "url": "https://translate-dev.freebsd.org/api/units/1131034/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:44.830705Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "boot2 Stage"
            ],
            "previous_source": "",
            "target": [
                "boot2 Stage"
            ],
            "id_hash": -4194858380920747937,
            "content_hash": -4194858380920747937,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1152",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 197,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131044/?format=api",
            "priority": 100,
            "id": 1131044,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=45c8de872226085f",
            "url": "https://translate-dev.freebsd.org/api/units/1131044/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:44.995606Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "/usr/include/machine/bootinfo.h:\nstruct bootinfo {\n\tu_int32_t\tbi_version;\n\tu_int32_t\tbi_kernelname;\t\t/* represents a char * */\n\tu_int32_t\tbi_nfs_diskless;\t/* struct nfs_diskless * */\n\t\t\t\t/* End of fields that are always present. */\n#define\tbi_endcommon\tbi_n_bios_used\n\tu_int32_t\tbi_n_bios_used;\n\tu_int32_t\tbi_bios_geom[N_BIOS_GEOM];\n\tu_int32_t\tbi_size;\n\tu_int8_t\tbi_memsizes_valid;\n\tu_int8_t\tbi_bios_dev;\t\t/* bootdev BIOS unit number */\n\tu_int8_t\tbi_pad[2];\n\tu_int32_t\tbi_basemem;\n\tu_int32_t\tbi_extmem;\n\tu_int32_t\tbi_symtab;\t\t/* struct symtab * */\n\tu_int32_t\tbi_esymtab;\t\t/* struct symtab * */\n\t\t\t\t/* Items below only from advanced bootloader */\n\tu_int32_t\tbi_kernend;\t\t/* end of kernel space */\n\tu_int32_t\tbi_envp;\t\t/* environment */\n\tu_int32_t\tbi_modulep;\t\t/* preloaded modules */\n};\n"
            ],
            "previous_source": "",
            "target": [
                "/usr/include/machine/bootinfo.h:\nstruct bootinfo {\n\tu_int32_t\tbi_version;\n\tu_int32_t\tbi_kernelname;\t\t/* represents a char * */\n\tu_int32_t\tbi_nfs_diskless;\t/* struct nfs_diskless * */\n\t\t\t\t/* End of fields that are always present. */\n#define\tbi_endcommon\tbi_n_bios_used\n\tu_int32_t\tbi_n_bios_used;\n\tu_int32_t\tbi_bios_geom[N_BIOS_GEOM];\n\tu_int32_t\tbi_size;\n\tu_int8_t\tbi_memsizes_valid;\n\tu_int8_t\tbi_bios_dev;\t\t/* bootdev BIOS unit number */\n\tu_int8_t\tbi_pad[2];\n\tu_int32_t\tbi_basemem;\n\tu_int32_t\tbi_extmem;\n\tu_int32_t\tbi_symtab;\t\t/* struct symtab * */\n\tu_int32_t\tbi_esymtab;\t\t/* struct symtab * */\n\t\t\t\t/* Items below only from advanced bootloader */\n\tu_int32_t\tbi_kernend;\t\t/* end of kernel space */\n\tu_int32_t\tbi_envp;\t\t/* environment */\n\tu_int32_t\tbi_modulep;\t\t/* preloaded modules */\n};\n"
            ],
            "id_hash": 5107725083092565108,
            "content_hash": 5107725083092565108,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1184",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 199,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 97,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131048/?format=api",
            "priority": 100,
            "id": 1131048,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=c6e248e6b415bc74",
            "url": "https://translate-dev.freebsd.org/api/units/1131048/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.030109Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "loader Stage"
            ],
            "previous_source": "",
            "target": [
                "loader Stage"
            ],
            "id_hash": 2702100982654739591,
            "content_hash": 2702100982654739591,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1201",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 202,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131054/?format=api",
            "priority": 100,
            "id": 1131054,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=a57fca87025ea487",
            "url": "https://translate-dev.freebsd.org/api/units/1131054/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.127259Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Kernel Initialization"
            ],
            "previous_source": "",
            "target": [
                "Kernel Initialization"
            ],
            "id_hash": 7604723004062176301,
            "content_hash": 7604723004062176301,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1218",
            "context": "",
            "note": "type: Title ==",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 206,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131062/?format=api",
            "priority": 100,
            "id": 1131062,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=e9896747d85e142d",
            "url": "https://translate-dev.freebsd.org/api/units/1131062/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.230319Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "sys/conf/ldscript.i386:\nENTRY(btext)\n"
            ],
            "previous_source": "",
            "target": [
                "sys/conf/ldscript.i386:\nENTRY(btext)\n"
            ],
            "id_hash": 4014097772143101468,
            "content_hash": 4014097772143101468,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1243",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 210,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131070/?format=api",
            "priority": 100,
            "id": 1131070,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=b7b4f0a7fa46c61c",
            "url": "https://translate-dev.freebsd.org/api/units/1131070/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.344214Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "sys/i386/i386/locore.s:\n\t.text\n/**********************************************************************\n *\n * This is where the bootblocks start us, set the ball rolling...\n *\n */\nNON_GPROF_ENTRY(btext)\n"
            ],
            "previous_source": "",
            "target": [
                "sys/i386/i386/locore.s:\n\t.text\n/**********************************************************************\n *\n * This is where the bootblocks start us, set the ball rolling...\n *\n */\nNON_GPROF_ENTRY(btext)\n"
            ],
            "id_hash": -4055970504280070719,
            "content_hash": -4055970504280070719,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1258",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 212,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 19,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131074/?format=api",
            "priority": 100,
            "id": 1131074,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=47b64c50d8eca5c1",
            "url": "https://translate-dev.freebsd.org/api/units/1131074/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.415186Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "sys/i386/i386/locore.s:\n/* Don't trust what the BIOS gives for eflags. */\n\tpushl\t$PSL_KERNEL\n\tpopfl\n"
            ],
            "previous_source": "",
            "target": [
                "sys/i386/i386/locore.s:\n/* Don't trust what the BIOS gives for eflags. */\n\tpushl\t$PSL_KERNEL\n\tpopfl\n"
            ],
            "id_hash": 1440289423135994731,
            "content_hash": 1440289423135994731,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1269",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 214,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131078/?format=api",
            "priority": 100,
            "id": 1131078,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=93fcef996fc5f36b",
            "url": "https://translate-dev.freebsd.org/api/units/1131078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.492500Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "/*\n * Don't trust what the BIOS gives for %fs and %gs.  Trust the bootstrap\n * to set %cs, %ds, %es and %ss.\n */\n\tmov\t%ds, %ax\n\tmov\t%ax, %fs\n\tmov\t%ax, %gs\n"
            ],
            "previous_source": "",
            "target": [
                "/*\n * Don't trust what the BIOS gives for %fs and %gs.  Trust the bootstrap\n * to set %cs, %ds, %es and %ss.\n */\n\tmov\t%ds, %ax\n\tmov\t%ax, %fs\n\tmov\t%ax, %gs\n"
            ],
            "id_hash": -4139088196980670712,
            "content_hash": -4139088196980670712,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1277",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 215,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 33,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131080/?format=api",
            "priority": 100,
            "id": 1131080,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=468f0136f4f47f08",
            "url": "https://translate-dev.freebsd.org/api/units/1131080/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.513525Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The next steps are enabling VME, if the CPU supports it:"
            ],
            "previous_source": "",
            "target": [
                "The next steps are enabling VME, if the CPU supports it:"
            ],
            "id_hash": 7317705378113244796,
            "content_hash": 7317705378113244796,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1296",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 221,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131086/?format=api",
            "priority": 100,
            "id": 1131086,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=e58db6454167ce7c",
            "url": "https://translate-dev.freebsd.org/api/units/1131086/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.611532Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Then, enabling paging:"
            ],
            "previous_source": "",
            "target": [
                "Then, enabling paging:"
            ],
            "id_hash": -2203610664238600569,
            "content_hash": -2203610664238600569,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1307",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 223,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131090/?format=api",
            "priority": 100,
            "id": 1131090,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=616b33c6aecbae87",
            "url": "https://translate-dev.freebsd.org/api/units/1131090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.643579Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The next three lines of code are because the paging was set, so the jump is needed to continue the execution in virtualized address space:"
            ],
            "previous_source": "",
            "target": [
                "The next three lines of code are because the paging was set, so the jump is needed to continue the execution in virtualized address space:"
            ],
            "id_hash": 1551786771268156184,
            "content_hash": 1551786771268156184,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1320",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 225,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131094/?format=api",
            "priority": 100,
            "id": 1131094,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=95890dd8c496bb18",
            "url": "https://translate-dev.freebsd.org/api/units/1131094/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.718618Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "`init386()`"
            ],
            "previous_source": "",
            "target": [
                "`init386()`"
            ],
            "id_hash": 1518289867350508048,
            "content_hash": 1518289867350508048,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1346",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 230,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131104/?format=api",
            "priority": 100,
            "id": 1131104,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=95120c9711808210",
            "url": "https://translate-dev.freebsd.org/api/units/1131104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.887288Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Initialize the kernel tunable parameters, passed from the bootstrapping program."
            ],
            "previous_source": "",
            "target": [
                "Initialize the kernel tunable parameters, passed from the bootstrapping program."
            ],
            "id_hash": -5328921482662450207,
            "content_hash": -5328921482662450207,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1353",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 232,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131108/?format=api",
            "priority": 100,
            "id": 1131108,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=360bde2535f4ebe1",
            "url": "https://translate-dev.freebsd.org/api/units/1131108/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:45.990669Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Prepare the GDT."
            ],
            "previous_source": "",
            "target": [
                "Prepare the GDT."
            ],
            "id_hash": 647716917981549738,
            "content_hash": 647716917981549738,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1354",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 233,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131110/?format=api",
            "priority": 100,
            "id": 1131110,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=88fd271aeb4d14aa",
            "url": "https://translate-dev.freebsd.org/api/units/1131110/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.010519Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Prepare the IDT."
            ],
            "previous_source": "",
            "target": [
                "Prepare the IDT."
            ],
            "id_hash": -211121161498787148,
            "content_hash": -211121161498787148,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1355",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 234,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131112/?format=api",
            "priority": 100,
            "id": 1131112,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=7d11f26c144c02b4",
            "url": "https://translate-dev.freebsd.org/api/units/1131112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.028732Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Initialize the system console."
            ],
            "previous_source": "",
            "target": [
                "Initialize the system console."
            ],
            "id_hash": 1222461413106835769,
            "content_hash": 1222461413106835769,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1356",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 235,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131114/?format=api",
            "priority": 100,
            "id": 1131114,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=90f70e2da7dae139",
            "url": "https://translate-dev.freebsd.org/api/units/1131114/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.079798Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Initialize the DDB, if it is compiled into kernel."
            ],
            "previous_source": "",
            "target": [
                "Initialize the DDB, if it is compiled into kernel."
            ],
            "id_hash": 4152514282231439949,
            "content_hash": 4152514282231439949,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1357",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 236,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131116/?format=api",
            "priority": 100,
            "id": 1131116,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=b9a0b1bd1d24224d",
            "url": "https://translate-dev.freebsd.org/api/units/1131116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.098700Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Initialize the TSS."
            ],
            "previous_source": "",
            "target": [
                "Initialize the TSS."
            ],
            "id_hash": 998333914161637941,
            "content_hash": 998333914161637941,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1358",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 237,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131118/?format=api",
            "priority": 100,
            "id": 1131118,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=8ddacb67d0d46a35",
            "url": "https://translate-dev.freebsd.org/api/units/1131118/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.113463Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Prepare the LDT."
            ],
            "previous_source": "",
            "target": [
                "Prepare the LDT."
            ],
            "id_hash": 3142268028058164897,
            "content_hash": 3142268028058164897,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1359",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 238,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131120/?format=api",
            "priority": 100,
            "id": 1131120,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=ab9b941f81795ea1",
            "url": "https://translate-dev.freebsd.org/api/units/1131120/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.130671Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "TUNABLE_<typename>_FETCH is used to fetch the value from the environment:"
            ],
            "previous_source": "",
            "target": [
                "TUNABLE_<typename>_FETCH is used to fetch the value from the environment:"
            ],
            "id_hash": -5426670483001590460,
            "content_hash": -5426670483001590460,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1384",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 244,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131134/?format=api",
            "priority": 100,
            "id": 1131134,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=34b097f28b97bd44",
            "url": "https://translate-dev.freebsd.org/api/units/1131134/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.346230Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "/usr/src/sys/sys/kernel.h:\n#define\tTUNABLE_INT_FETCH(path, var)\tgetenv_int((path), (var))\n"
            ],
            "previous_source": "",
            "target": [
                "/usr/src/sys/sys/kernel.h:\n#define\tTUNABLE_INT_FETCH(path, var)\tgetenv_int((path), (var))\n"
            ],
            "id_hash": -3911196943352194470,
            "content_hash": -3911196943352194470,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1389",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 245,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131136/?format=api",
            "priority": 100,
            "id": 1131136,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=49b8a31a38e61a5a",
            "url": "https://translate-dev.freebsd.org/api/units/1131136/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.407873Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "sys/i386/i386/machdep.c:\nstatic struct gate_descriptor idt0[NIDT];\nstruct gate_descriptor *idt = &idt0[0];\t/* interrupt descriptor table */\n"
            ],
            "previous_source": "",
            "target": [
                "sys/i386/i386/machdep.c:\nstatic struct gate_descriptor idt0[NIDT];\nstruct gate_descriptor *idt = &idt0[0];\t/* interrupt descriptor table */\n"
            ],
            "id_hash": 8306039280822336251,
            "content_hash": 8306039280822336251,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1450",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 252,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131150/?format=api",
            "priority": 100,
            "id": 1131150,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=f344fab7f7db3afb",
            "url": "https://translate-dev.freebsd.org/api/units/1131150/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.642183Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "So when a userland application issues the `INT 0x80` instruction, control will transfer to the function `_Xint0x80_syscall`, which is in the kernel code segment and will be executed with supervisor privileges."
            ],
            "previous_source": "",
            "target": [
                "So when a userland application issues the `INT 0x80` instruction, control will transfer to the function `_Xint0x80_syscall`, which is in the kernel code segment and will be executed with supervisor privileges."
            ],
            "id_hash": 2990709025732895162,
            "content_hash": 2990709025732895162,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1463",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 255,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 31,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131156/?format=api",
            "priority": 100,
            "id": 1131156,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=a9812203715d21ba",
            "url": "https://translate-dev.freebsd.org/api/units/1131156/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.749123Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Console and DDB are then initialized:"
            ],
            "previous_source": "",
            "target": [
                "Console and DDB are then initialized:"
            ],
            "id_hash": -6863308999037175752,
            "content_hash": -6863308999037175752,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1465",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 256,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131158/?format=api",
            "priority": 100,
            "id": 1131158,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=20c0a0d428a5b838",
            "url": "https://translate-dev.freebsd.org/api/units/1131158/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.796782Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The Task State Segment is another x86 protected mode structure, the TSS is used by the hardware to store task information when a task switch occurs."
            ],
            "previous_source": "",
            "target": [
                "The Task State Segment is another x86 protected mode structure, the TSS is used by the hardware to store task information when a task switch occurs."
            ],
            "id_hash": -8437846211166343488,
            "content_hash": -8437846211166343488,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1479",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 258,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131162/?format=api",
            "priority": 100,
            "id": 1131162,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=0ae6bf939a0deec0",
            "url": "https://translate-dev.freebsd.org/api/units/1131162/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:46.838219Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "`mi_startup()`"
            ],
            "previous_source": "",
            "target": [
                "`mi_startup()`"
            ],
            "id_hash": 5207437461491031566,
            "content_hash": 5207437461491031566,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1513",
            "context": "",
            "note": "type: Title ===",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 265,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131174/?format=api",
            "priority": 100,
            "id": 1131174,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=c84488c7f23c1e0e",
            "url": "https://translate-dev.freebsd.org/api/units/1131174/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:47.037383Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "This function performs a bubble sort of all the system initialization objects and then calls the entry of each object one by one:"
            ],
            "previous_source": "",
            "target": [
                "This function performs a bubble sort of all the system initialization objects and then calls the entry of each object one by one:"
            ],
            "id_hash": -8539288599434478753,
            "content_hash": -8539288599434478753,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1516",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 266,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131176/?format=api",
            "priority": 100,
            "id": 1131176,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=097e5a430c2a3b5f",
            "url": "https://translate-dev.freebsd.org/api/units/1131176/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:47.087466Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "\t\t/* ... skipped ... */\n"
            ],
            "previous_source": "",
            "target": [
                "\t\t/* ... skipped ... */\n"
            ],
            "id_hash": 7114685996316246216,
            "content_hash": 7114685996316246216,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1523",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 268,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 5,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131180/?format=api",
            "priority": 100,
            "id": 1131180,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=e2bc7137eae040c8",
            "url": "https://translate-dev.freebsd.org/api/units/1131180/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:47.140505Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "\t\t/* Call function */\n\t\t(*((*sipp)->func))((*sipp)->udata);\n\t\t/* ... skipped ... */\n\t}\n"
            ],
            "previous_source": "",
            "target": [
                "\t\t/* Call function */\n\t\t(*((*sipp)->func))((*sipp)->udata);\n\t\t/* ... skipped ... */\n\t}\n"
            ],
            "id_hash": -8991004866845434978,
            "content_hash": -8991004866845434978,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1528",
            "context": "",
            "note": "type: delimited block . 4",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 269,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 11,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131182/?format=api",
            "priority": 100,
            "id": 1131182,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=033988b5c1de9b9e",
            "url": "https://translate-dev.freebsd.org/api/units/1131182/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:47.183227Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Although the sysinit framework is described in the link:/books/developers-handbook[Developers' Handbook], I will discuss the internals of it."
            ],
            "previous_source": "",
            "target": [
                "Although the sysinit framework is described in the link:/books/developers-handbook[Developers' Handbook], I will discuss the internals of it."
            ],
            "id_hash": 1444415877660473320,
            "content_hash": 1444415877660473320,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1531",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 270,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131184/?format=api",
            "priority": 100,
            "id": 1131184,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=940b98967fe2f7e8",
            "url": "https://translate-dev.freebsd.org/api/units/1131184/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:47.213836Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The first user process, called _init_, is created by the sysinit object `init`:"
            ],
            "previous_source": "",
            "target": [
                "The first user process, called _init_, is created by the sysinit object `init`:"
            ],
            "id_hash": 2724087034332987299,
            "content_hash": 2724087034332987299,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1639",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 289,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1131232/?format=api",
            "priority": 100,
            "id": 1131232,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=a5cde6b992aa3fa3",
            "url": "https://translate-dev.freebsd.org/api/units/1131232/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-23T13:15:47.997645Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "*FreeBSD Component*"
            ],
            "previous_source": "",
            "target": [
                "*FreeBSD Component*"
            ],
            "id_hash": 7933973399606843173,
            "content_hash": 7933973399606843173,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:90",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 10,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289184/?format=api",
            "priority": 100,
            "id": 1289184,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=ee1b22c55cf6d725",
            "url": "https://translate-dev.freebsd.org/api/units/1289184/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.231977Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "*Output (may vary)*"
            ],
            "previous_source": "",
            "target": [
                "*Output (may vary)*"
            ],
            "id_hash": -7594699641310922930,
            "content_hash": -7594699641310922930,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:92",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 11,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289186/?format=api",
            "priority": 100,
            "id": 1289186,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=169a34ea27e0374e",
            "url": "https://translate-dev.freebsd.org/api/units/1289186/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.263644Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "`boot0`"
            ],
            "previous_source": "",
            "target": [
                "`boot0`"
            ],
            "id_hash": 2987528658513496569,
            "content_hash": 2987528658513496569,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:93",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 12,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289188/?format=api",
            "priority": 100,
            "id": 1289188,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=a975d57c7eff09f9",
            "url": "https://translate-dev.freebsd.org/api/units/1289188/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.351596Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "[source,bash]\n....\nF1    FreeBSD\nF2    BSD\nF5    Disk 2\n...."
            ],
            "previous_source": "",
            "target": [
                "[source,bash]\n....\nF1    FreeBSD\nF2    BSD\nF5    Disk 2\n...."
            ],
            "id_hash": 7267644482320693960,
            "content_hash": 7267644482320693960,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:102",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 13,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 10,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289190/?format=api",
            "priority": 100,
            "id": 1289190,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=e4dbdc26aa8d7ac8",
            "url": "https://translate-dev.freebsd.org/api/units/1289190/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.431625Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "`boot2` footnote:[This prompt will appear if the user presses a key just after selecting an OS to boot at the boot0 stage.]"
            ],
            "previous_source": "",
            "target": [
                "`boot2` footnote:[This prompt will appear if the user presses a key just after selecting an OS to boot at the boot0 stage.]"
            ],
            "id_hash": -1999363584518663261,
            "content_hash": -1999363584518663261,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:103",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 14,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289192/?format=api",
            "priority": 100,
            "id": 1289192,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=6440d569b7e9d3a3",
            "url": "https://translate-dev.freebsd.org/api/units/1289192/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.502803Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "[.filename]#loader#"
            ],
            "previous_source": "",
            "target": [
                "[.filename]#loader#"
            ],
            "id_hash": 6497695832236262353,
            "content_hash": 6497695832236262353,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:113",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 16,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289196/?format=api",
            "priority": 100,
            "id": 1289196,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=da2c73eee2fa83d1",
            "url": "https://translate-dev.freebsd.org/api/units/1289196/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.609505Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "kernel"
            ],
            "previous_source": "",
            "target": [
                "kernel"
            ],
            "id_hash": -6257932349052646391,
            "content_hash": -6257932349052646391,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:130",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 18,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289200/?format=api",
            "priority": 100,
            "id": 1289200,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=29275baf3a4a8c09",
            "url": "https://translate-dev.freebsd.org/api/units/1289200/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:40.730382Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "`recover_bootinfo`"
            ],
            "previous_source": "",
            "target": [
                "`recover_bootinfo`"
            ],
            "id_hash": -799891531557432570,
            "content_hash": -799891531557432570,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1287",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 217,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289204/?format=api",
            "priority": 100,
            "id": 1289204,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=74e636e3daad1306",
            "url": "https://translate-dev.freebsd.org/api/units/1289204/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:42.431466Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "`identify_cpu`"
            ],
            "previous_source": "",
            "target": [
                "`identify_cpu`"
            ],
            "id_hash": -2141018280990565520,
            "content_hash": -2141018280990565520,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:1292",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 219,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1289208/?format=api",
            "priority": 100,
            "id": 1289208,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=624993378ff09b70",
            "url": "https://translate-dev.freebsd.org/api/units/1289208/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-03T12:44:42.502877Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "This chapter is an overview of the boot and system initialization processes, starting from the BIOS (firmware) POST, to the first user process creation.  Since the initial steps of system startup are very architecture dependent, the IA-32 architecture is used as an example.  But the AMD64 and ARM64 architectures are much more important and compelling examples and should be explained in the near future according to the topic of this document."
            ],
            "previous_source": "",
            "target": [
                "This chapter is an overview of the boot and system initialization processes, starting from the BIOS (firmware) POST, to the first user process creation.  Since the initial steps of system startup are very architecture dependent, the IA-32 architecture is used as an example.  But the AMD64 and ARM64 architectures are much more important and compelling examples and should be explained in the near future according to the topic of this document."
            ],
            "id_hash": -4586536081814533387,
            "content_hash": -4586536081814533387,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:56",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 71,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436365/?format=api",
            "priority": 100,
            "id": 1436365,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=405959bbedeecaf5",
            "url": "https://translate-dev.freebsd.org/api/units/1436365/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:46.868606Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The FreeBSD boot process can be surprisingly complex.  After control is passed from the BIOS, a considerable amount of low-level configuration must be done before the kernel can be loaded and executed.  This setup must be done in a simple and flexible manner, allowing the user a great deal of customization possibilities."
            ],
            "previous_source": "",
            "target": [
                "The FreeBSD boot process can be surprisingly complex.  After control is passed from the BIOS, a considerable amount of low-level configuration must be done before the kernel can be loaded and executed.  This setup must be done in a simple and flexible manner, allowing the user a great deal of customization possibilities."
            ],
            "id_hash": 2578285898511030999,
            "content_hash": 2578285898511030999,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:60",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 5,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 52,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436367/?format=api",
            "priority": 100,
            "id": 1436367,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=a3c7e95d46261ad7",
            "url": "https://translate-dev.freebsd.org/api/units/1436367/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:47.061055Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The boot process is an extremely machine-dependent activity.  Not only must code be written for every computer architecture, but there may also be multiple types of booting on the same architecture.  For example, a directory listing of [.filename]#stand# reveals a great amount of architecture-dependent code.  There is a directory for each of the various supported architectures.  FreeBSD supports the CSM boot standard (Compatibility Support Module).  So CSM is supported (with both GPT and MBR partitioning support) and UEFI booting (GPT is totally supported, MBR is mostly supported).  It also supports loading files from ext2fs, MSDOS, UFS and ZFS.  FreeBSD also supports the boot environment feature of ZFS which allows the HOST OS to communicate details about what to boot that go beyond a simple partition as was possible in the past.  But UEFI is more relevant than the CSM these days.  The example that follows shows booting an x86 computer from an MBR-partitioned hard drive with the FreeBSD [.filename]#boot0# multi-boot loader stored in the very first sector.  That boot code starts the FreeBSD three-stage boot process."
            ],
            "previous_source": "",
            "target": [
                "The boot process is an extremely machine-dependent activity.  Not only must code be written for every computer architecture, but there may also be multiple types of booting on the same architecture.  For example, a directory listing of [.filename]#stand# reveals a great amount of architecture-dependent code.  There is a directory for each of the various supported architectures.  FreeBSD supports the CSM boot standard (Compatibility Support Module).  So CSM is supported (with both GPT and MBR partitioning support) and UEFI booting (GPT is totally supported, MBR is mostly supported).  It also supports loading files from ext2fs, MSDOS, UFS and ZFS.  FreeBSD also supports the boot environment feature of ZFS which allows the HOST OS to communicate details about what to boot that go beyond a simple partition as was possible in the past.  But UEFI is more relevant than the CSM these days.  The example that follows shows booting an x86 computer from an MBR-partitioned hard drive with the FreeBSD [.filename]#boot0# multi-boot loader stored in the very first sector.  That boot code starts the FreeBSD three-stage boot process."
            ],
            "id_hash": -2033462094573209600,
            "content_hash": -2033462094573209600,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:75",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 7,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 176,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436369/?format=api",
            "priority": 100,
            "id": 1436369,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=63c7b0ffacbdf800",
            "url": "https://translate-dev.freebsd.org/api/units/1436369/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:47.177266Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "The key to understanding this process is that it is a series of stages of increasing complexity.  These stages are [.filename]#boot1#, [.filename]#boot2#, and [.filename]#loader# (see man:boot[8] for more detail).  The boot system executes each stage in sequence.  The last stage, [.filename]#loader#, is responsible for loading the FreeBSD kernel.  Each stage is examined in the following sections."
            ],
            "previous_source": "",
            "target": [
                "The key to understanding this process is that it is a series of stages of increasing complexity.  These stages are [.filename]#boot1#, [.filename]#boot2#, and [.filename]#loader# (see man:boot[8] for more detail).  The boot system executes each stage in sequence.  The last stage, [.filename]#loader#, is responsible for loading the FreeBSD kernel.  Each stage is examined in the following sections."
            ],
            "id_hash": -411814808444166443,
            "content_hash": -411814808444166443,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:81",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 8,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 56,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436371/?format=api",
            "priority": 100,
            "id": 1436371,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=7a48f09d15709ed5",
            "url": "https://translate-dev.freebsd.org/api/units/1436371/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:47.351883Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "Here is an example of the output generated by the different boot stages.  Actual output may differ from machine to machine:"
            ],
            "previous_source": "",
            "target": [
                "Here is an example of the output generated by the different boot stages.  Actual output may differ from machine to machine:"
            ],
            "id_hash": 3999627615251114747,
            "content_hash": 3999627615251114747,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:84",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 9,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 21,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436373/?format=api",
            "priority": 100,
            "id": 1436373,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=b781882008e2aafb",
            "url": "https://translate-dev.freebsd.org/api/units/1436373/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:47.476878Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "[source,bash]\n....\n>>FreeBSD/x86 BOOT\nDefault: 0:ad(0p4)/boot/loader\nboot:\n...."
            ],
            "previous_source": "",
            "target": [
                "[source,bash]\n....\n>>FreeBSD/x86 BOOT\nDefault: 0:ad(0p4)/boot/loader\nboot:\n...."
            ],
            "id_hash": 4735263511224977872,
            "content_hash": 4735263511224977872,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:112",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 15,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 8,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436375/?format=api",
            "priority": 100,
            "id": 1436375,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=c1b70913306f09d0",
            "url": "https://translate-dev.freebsd.org/api/units/1436375/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:47.764924Z"
        },
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/en/?format=api",
            "source": [
                "[source,bash]\n....\nBTX loader 1.00 BTX version is 1.02\nConsoles: internal video/keyboard\nBIOS drive C: is disk0\nBIOS 639kB/2096064kB available memory\n\nFreeBSD/x86 bootstrap loader, Revision 1.1\nConsole internal video/keyboard\n(root@releng1.nyi.freebsd.org, Fri Apr  9 04:04:45 UTC 2021)\nLoading /boot/defaults/loader.conf\n/boot/kernel/kernel text=0xed9008 data=0x117d28+0x176650 syms=[0x8+0x137988+0x8+0x1515f8]\n...."
            ],
            "previous_source": "",
            "target": [
                "[source,bash]\n....\nBTX loader 1.00 BTX version is 1.02\nConsoles: internal video/keyboard\nBIOS drive C: is disk0\nBIOS 639kB/2096064kB available memory\n\nFreeBSD/x86 bootstrap loader, Revision 1.1\nConsole internal video/keyboard\n(root@releng1.nyi.freebsd.org, Fri Apr  9 04:04:45 UTC 2021)\nLoading /boot/defaults/loader.conf\n/boot/kernel/kernel text=0xed9008 data=0x117d28+0x176650 syms=[0x8+0x137988+0x8+0x1515f8]\n...."
            ],
            "id_hash": 395065411021545406,
            "content_hash": 395065411021545406,
            "location": "documentation/content/en/books/arch-handbook/boot/_index.adoc:129",
            "context": "",
            "note": "type: Table",
            "flags": "no-wrap",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 43,
            "source_unit": "https://translate-dev.freebsd.org/api/units/1436377/?format=api",
            "priority": 100,
            "id": 1436377,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbookboot_index/en/?checksum=857b8de5eefb9fbe",
            "url": "https://translate-dev.freebsd.org/api/units/1436377/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-07-08T02:58:47.868341Z"
        }
    ]
}