diff --git a/os/run/terminal_crosslink.run b/os/run/terminal_crosslink.run
index de3bf11a5e..2a4c1d2749 100644
--- a/os/run/terminal_crosslink.run
+++ b/os/run/terminal_crosslink.run
@@ -9,9 +9,8 @@
#
build {
- core init
- drivers/timer drivers/pci drivers/framebuffer drivers/input server/terminal_crosslink
- test/terminal_crosslink
+ core init drivers/timer
+ server/terminal_crosslink test/terminal_crosslink
}
create_boot_directory
@@ -37,42 +36,7 @@ append config {
- }
-
-append_if [have_spec sdl] config {
-
-
-
-
-
-
- }
-
-append_if [have_spec pci] config {
-
-
-
- }
-
-append_if [have_spec vesa] config {
-
-
-
- }
-
-append_if [have_spec pl11x] config {
-
-
-
- }
-
-append_if [have_spec ps2] config {
-
-
-
- }
-
-append config {
+
@@ -93,21 +57,11 @@ install_config $config
# Boot modules
#
-# generic modules
-set boot_modules {
+build_boot_image {
core init timer terminal_crosslink
test-terminal_crosslink
}
-# platform-specific modules
-lappend_if [have_spec linux] boot_modules fb_sdl
-lappend_if [have_spec pci] boot_modules pci_drv
-lappend_if [have_spec vesa] boot_modules vesa_drv
-lappend_if [have_spec ps2] boot_modules ps2_drv
-lappend_if [have_spec pl11x] boot_modules pl11x_drv
-
-build_boot_image $boot_modules
-
append qemu_args "-nographic -m 64"
#