From a035e7ab646fbb2d3148ba1bfba0226587ee21c0 Mon Sep 17 00:00:00 2001 From: midipix Date: Nov 21 2016 09:27:12 +0000 Subject: free-standing environment: .freestd is now a supported named section. --- diff --git a/src/driver/ptyc_driver_ctx.c b/src/driver/ptyc_driver_ctx.c index bda581b..cf80a95 100644 --- a/src/driver/ptyc_driver_ctx.c +++ b/src/driver/ptyc_driver_ctx.c @@ -24,7 +24,7 @@ /* pty integration */ static const nt_tty_affiliation tty_affiliation - __attr_section__(".midipix") + __attr_section__(".freestd") = NT_TTY_AFFILIATION_DEFAULT; /* ntapi accessor table */