diff --git a/index-split.html b/index-split.html index 81b42d3..d0771f0 100644 --- a/index-split.html +++ b/index-split.html @@ -465,6 +465,9 @@ pre{ white-space:pre }

The perfect emulation setup to study and develop the Linux kernel v5.9.2, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 20.04 host.

+

Dan Kaminski-approved™.

+
+

TL;DR: Section 2.2.1, “QEMU Buildroot setup getting started”

diff --git a/index.html b/index.html index 447c25d..c722a4f 100644 --- a/index.html +++ b/index.html @@ -461,6 +461,9 @@ pre{ white-space:pre }

The perfect emulation setup to study and develop the Linux kernel v5.9.2, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step debug and KGDB just work. Powered by Buildroot and crosstool-NG. Highly automated. Thoroughly documented. Automated tests. "Tested" in an Ubuntu 20.04 host.

+

Dan Kaminski-approved™.

+
+

TL;DR: Section 2.2.1, “QEMU Buildroot setup getting started”

diff --git a/rootfs_overlay/lkmc/nodejs/typescript/js-from-ts/package.json b/rootfs_overlay/lkmc/nodejs/typescript/js-from-ts/package.json new file mode 100644 index 0000000..687ea8e --- /dev/null +++ b/rootfs_overlay/lkmc/nodejs/typescript/js-from-ts/package.json @@ -0,0 +1,12 @@ +{ + "name": "test", + "version": "1.0.0", + "scripts": { + "dev": "next", + "build": "next build", + "start": "next start" + }, + "dependencies": { + "typescript": "^4.5.4" + } +}