From f7147750912677576483cbcee5668acdf23c959b Mon Sep 17 00:00:00 2001
From: Able <abl3theabove@gmail.com>
Date: Sat, 7 Dec 2024 19:25:01 -0600
Subject: [PATCH] Stress testing.

---
 sysdata/programs/render_example/src/examples/mandelbrot.hb | 4 ++--
 sysdata/system_config.toml                                 | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sysdata/programs/render_example/src/examples/mandelbrot.hb b/sysdata/programs/render_example/src/examples/mandelbrot.hb
index 21ba46c..db1b054 100644
--- a/sysdata/programs/render_example/src/examples/mandelbrot.hb
+++ b/sysdata/programs/render_example/src/examples/mandelbrot.hb
@@ -59,7 +59,7 @@ $Y_MAX := 1.12
 
 // if you use the minibrot this should be at least 100 to actually see the minibrot,
 // if you use the mandelbrot it looks best under 30
-$MAX_MAX_ITERATION := 30
+$MAX_MAX_ITERATION := 10000
 
 $USE_SUNSET := true
 
@@ -79,7 +79,7 @@ example := fn(): void {
 	window := @as(?sunset.Window, null)
 	if USE_SUNSET {
 		sunset.client.find_server()
-		window = sunset.client.new(.(.(400, 240), .(400, 400), "Mandelbrot Set\0"))
+		window = sunset.client.new(.(.(400, 140), .(400, 400), "Mandelbrot Set\0"))
 		if window == null {
 			log.error("got no window\0")
 			return
diff --git a/sysdata/system_config.toml b/sysdata/system_config.toml
index 2872ed5..8df697f 100644
--- a/sysdata/system_config.toml
+++ b/sysdata/system_config.toml
@@ -28,8 +28,8 @@ path = "boot:///render_example.hbf"
 [boot.limine.ableos.modules.sunset_server]
 path = "boot:///sunset_server.hbf"
 
-# [boot.limine.ableos.modules.ps2_mouse_driver]
-# path = "boot:///ps2_mouse_driver.hbf"
+[boot.limine.ableos.modules.ps2_mouse_driver]
+path = "boot:///ps2_mouse_driver.hbf"
 
 # [boot.limine.ableos.modules.ps2_keyboard_driver]
 # path = "boot:///ps2_keyboard_driver.hbf"