Linux Lab releases v1.2 official version, adds 4 new virtual development boards, supports LoongArch

Introduction

After the release of Linux Lab v1.1 in December last year , the official version of v1.2 was finally ushered in, and Cloud Lab v0.9-rc2 was also ushered in at the same time. Both of them need to be upgraded and used together.

Taixiao Linux experimental disk synchronously integrates the latest version of Linux Lab v1.2. The current version of the experimental disk integrates arm/vexpress-a9and riscv64/virtvirtual development boards by default, and has built-in Linux Lab v1.2 Chinese user manual and RISC-V Linux v0.1 experimental manual.

update

v1.2 Upgrade some kernels to v6.3.6, upgrade some QEMU versions to v8.0.2, add nolibc and NOMMU development support, and add 4 new virtual development boards: ppc/ppce500, arm/virt, loongarch/virtand s390x/s390-ccw-virtio.

  • v1.2 rc3

    • Added QEMU v8.0.x development support

    • Added support for NOMMU development

    • Fix the problem that the startup is stuck under the new version of Manjaro

  • v1.2 rc2

    • Added nolibc development support

    • Added syscall tailoring development support

    • Added usage documents for oneshot mode and nolibc mode

  • v1.2 rc1

    • Added some kernels to v6.1.1

    • Update rust-for-kernel support

    • Added openeuler kernel support for riscv64/virt

The main changes in Cloud Lab v0.9-rc2 are as follows:

  • Fixed make completion support for Linux Lab

  • Fixed default working directory setting for webssh

  • Use grep -Einstead of the deprecatedegrep

Next, simply look at the change data of Linux Lab and Cloud Lab, a total of 258 items.

// Linux Lab
$ git log v1.1..v1.2 | wc -l
235

// Cloud Lab
$ git log v0.8..v0.9-rc2 | wc -l
23

more info

Guess you like

Origin www.oschina.net/news/248905/linux-lab-v1-2-released