From be82edec47b20164c0e8a9917fa2c9b8b9999fdf Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 17 Jul 2024 19:29:37 +0300 Subject: make compilation more robust on *BSD --- TODO | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 9a987ed..cdfeb61 100644 --- a/TODO +++ b/TODO @@ -52,6 +52,11 @@ associated program. Easy. (started) be visible from cur_tcb() when in an RPC? should I use some kind of effective tid instead of cur_tcb()?) + Export VM flags to userspace, separate header or something? ++ Get core count? It's technically speaking available from the fdt but could be +limited by the NR_CPUS macro, so it might be a good idea to export as a CONF_* ++ The node subsystem might benefit from larger-than-base-page sizes, for example + the RISC-V V extension allows up to 262 144 bytes of register space (though it + seems unlikely that anyone actually uses that many but still) !!! FUTURE: + Cache locality? -- cgit v1.3