From c1a8afb8367d0819bfd80e127f51f30c58fdf777 Mon Sep 17 00:00:00 2001 From: Jacob Hinchliffe Date: Sat, 22 Feb 2025 03:59:28 +0000 Subject: [PATCH] Formatted random JSON file whoops --- Cargo.toml | 8 ++++---- kernel/x86_64-kernel.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c740bdd..972ad1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,11 @@ [workspace] -members = [ +members = [ "lib/lib_framebuffer", "lib/lib_serial", "lib/lib_ascii", - "kernel" -, "lib/lib_application"] + "kernel", + "lib/lib_application", +] resolver = "2" [workspace.package] @@ -28,4 +29,3 @@ overflow-checks = false lto = true incremental = false codegen-units = 1 - diff --git a/kernel/x86_64-kernel.json b/kernel/x86_64-kernel.json index 8f7231a..7b3dc4e 100644 --- a/kernel/x86_64-kernel.json +++ b/kernel/x86_64-kernel.json @@ -24,7 +24,8 @@ "--no-pie", "--gc-sections", "--build-id=none", - "-z", "max-page-size=0x1000" + "-z", + "max-page-size=0x1000" ] } }