From a5233b7fe167f4eadcc7de846c5b5668793fb4db Mon Sep 17 00:00:00 2001 From: antifallobst Date: Fri, 19 May 2023 02:19:09 +0200 Subject: [PATCH] fix (boot config): removed JSON parser test values from noxos.json --- ramdisk/noxos.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ramdisk/noxos.json b/ramdisk/noxos.json index 277337a..7cc68a0 100644 --- a/ramdisk/noxos.json +++ b/ramdisk/noxos.json @@ -2,11 +2,6 @@ "PS2_ACPI_VALIDATION": true, "LOG_GRAPHICAL": false, - "dec": 1312, - "hex": 0x520, - "bin": 0b10100100000, - "oct": 0o2440, - "modules": { "FAT32": "/initrd/modules/fat32.nxmod" }