Changeset a9b946e for chapter10/kernel


Ignore:
Timestamp:
02/29/2024 06:45:37 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/mips64el
Children:
093c8d4b
Parents:
0425c61
git-author:
Xi Ruoyao <xry111@…> (02/22/2024 12:33:24 PM)
git-committer:
Xi Ruoyao <xry111@…> (02/29/2024 06:45:37 AM)
Message:

mips64el: kernel: Remove x86-specific configuration and regenerate

Location:
chapter10/kernel
Files:
4 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • chapter10/kernel/kernel-config.py

    r0425c61 ra9b946e  
    2424if_stack = []
    2525
    26 expand_var_mp = { 'SRCARCH': 'x86' }
     26expand_var_mp = { 'SRCARCH': 'mips' }
    2727main_dep = {}
    2828
  • chapter10/kernel/kernel.version

    r0425c61 ra9b946e  
    1 6.7.1
     16.7.4
  • chapter10/kernel/systemd.xml

    r0425c61 ra9b946e  
    1616  [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---&gt;            [EXPERT]
    1717
    18 <emphasis role='blue'>P</emphasis>rocessor type and features ---&gt;
    19   [*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel                                   [RELOCATABLE]
    20   [*]   <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR)       [RANDOMIZE_BASE]
     18<emphasis role='blue'>K</emphasis>ernel type ---&gt;
     19  [*] <emphasis role='blue'>R</emphasis>elocatable kernel                                           [RELOCATABLE]
     20  [*]   <emphasis role='blue'>R</emphasis>andomize the address of the kernel image               [RANDOMIZE_BASE]
    2121
    2222<emphasis role='blue'>G</emphasis>eneral architecture-dependent options ---&gt;
  • chapter10/kernel/sysv.xml

    r0425c61 ra9b946e  
    1515  [ ] <emphasis role='blue'>C</emphasis>onfigure standard kernel features (expert users) ---&gt;            [EXPERT]
    1616
    17 <emphasis role='blue'>P</emphasis>rocessor type and features ---&gt;
    18   [*] <emphasis role='blue'>B</emphasis>uild a relocatable kernel                                   [RELOCATABLE]
    19   [*]   <emphasis role='blue'>R</emphasis>andomize the address of the kernel image (KASLR)       [RANDOMIZE_BASE]
     17<emphasis role='blue'>K</emphasis>ernel type ---&gt;
     18  [*] <emphasis role='blue'>R</emphasis>elocatable kernel                                           [RELOCATABLE]
     19  [*]   <emphasis role='blue'>R</emphasis>andomize the address of the kernel image               [RANDOMIZE_BASE]
    2020
    2121<emphasis role='blue'>G</emphasis>eneral architecture-dependent options ---&gt;
Note: See TracChangeset for help on using the changeset viewer.