From 50ded2d5cde1bb29dae988faab7a1d87f7d2e0a0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] init -> swapper --- ps/virt_ps.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ps/virt_ps.ml b/ps/virt_ps.ml index 8b6f685..a6c845d 100644 --- a/ps/virt_ps.ml +++ b/ps/virt_ps.ml @@ -29,7 +29,7 @@ open Virt_mem_mmap * this. Probably some sort of hybrid method is the way to go. * * General comments: The init_task ksym points to the initial - * task_struct (PID 1, init). Out from this init task_struct + * task_struct (PID 0, swapper). Out from this init task_struct * we find linked lists (struct list_head) which cover all * tasks and subsets of the tasks (eg. parent/children). * So if we have init_task and we know what the task_struct -- 1.8.3.1