Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7535599
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:20:38+00:00 2026-05-30T06:20:38+00:00

I’m working on a dummy Unix-like OS (OS161) and I will want to implement

  • 0

I’m working on a dummy Unix-like OS (OS161) and I will want to implement processes similar to how Unix does it, meaning fork(), execv(), getpid(), waitpid().

To start, I need to actually have the notion of a process, and give each one its own process ID, some unique integer value to differentiate them. From what I know, each process associates with itself an address space, and at least one thread; possibly more. Let’s keep it to one for now.

So my first thought to create a the notion of a process is to give each thread and address space its associated with a unique process ID, and create a global list variable (a hash table? linked list?) containing all the PIDs. In particular, I currently have available:

struct thread; 
struct addr_space; 

So I could go into these structures and add a “PID” field as an integer. Alternatively, I was thinking I could just create a wrapper “struct process” and include a thread (or list of threads) and an address space as members.

[Note: currently the thread structure I have has an address space struct as one of its members… Does this mean it’s already essentially a process? I can provide more details, for reference I’m working with OS161]

Finally, there’s the issue of how I should store the PIDs. I’m pretty sure it has to be a global list structure of some sort (similar to the various queues associated with threads) but not sot sure what would be advisable.

Cheers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T06:20:39+00:00Added an answer on May 30, 2026 at 6:20 am

    In Unix systems theres an odd distinction between process and threads as they are both essentially managed by the same structure (task_struct in Linux).

    Threads belonging to the same process share a PID and simply use parent/child pointers to track who spawned who for cleanup and creation. Hash table is probably a good option for storing them. As long as your address space keeps appropriate VM mappings then you should be okay with a similar scheme.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I want use html5's new tag to play a wav file (currently only supported
I have a French site that I want to parse, but am running into
I'm interested in microtypography issues on the web. I want a tool to fix:
I am trying to render a haml file in a javascript response like so:
I would like to run a str_replace or preg_replace which looks for certain words

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.