Simule Sepia con un tamaño de página de 16 KB en x86-64

Esta página muestra cómo compilar e iniciar Cuttlefish con soporte para un tamaño de página de 16 KB en x86-64 . Las instrucciones de esta página asumen que Cuttlefish está instalado en su máquina. Para obtener instrucciones para instalarlo, consulte Instalar Cuttlefish .

Sincronizar y crear un destino independiente de la página

Cree y lance Cuttlefish con un objetivo independiente de la página:

$ mkdir main && cd main
$ repo init -u https://android.googlesource.com/platform/manifest -b main
$ repo sync -c -j32

# Build cf agnostic target.
$ source build/envsetup.sh
$ lunch aosp_cf_x86_64_phone_pgagnostic-trunk-userdebug
$ m

# Launch cf with a kernel with 16KB page size support.
$ launch_cvd
...
...
VIRTUAL_DEVICE_DISPLAY_POWER_MODE_CHANGED
virtio_input_hid_handle_status: unknown type 20
virtio_input_hid_handle_status: unknown type 20
virtio_input_hid_handle_status: unknown type 20
virtio_input_hid_handle_status: unknown type 20
Generating new secret with slot ID: 4
VIRTUAL_DEVICE_BOOT_STARTED
VIRTUAL_DEVICE_NETWORK_MOBILE_CONNECTED

Verificar el tamaño de la página y el arranque

Para verificar el tamaño de la página y el estado de inicio:

  1. Acceda al shell como root:

    $ adb root
    adbd is already running as root
    $ adb shell
    vsoc_x86_64_pgagnostic:/ #
    
  2. Verifique el tamaño de la página y el estado de inicio:

    vsoc_x86_64_pgagnostic::/ # getconf PAGE_SIZE
    16384
    vsoc_x86_64_pgagnostic::/ # getprop | grep sys.boot.completed
    sys.boot_completed: 1