CogitativeJacob / GroupProjectOS

0 stars 0 forks source link

Shared Log File, Account Creation, and Account Transfers #2

Open CogitativeJacob opened 6 months ago

CogitativeJacob commented 6 months ago

The shared log file requires a mutex and some testing. The account creation currently doesn't create the account with the balance, which is to be expected since we don't have account files yet to check against. Transfers also don't work for this reason, but the user queues are populated and the user processes are created now.

CogitativeJacob commented 6 months ago

User queue bugs when interacting with monitor (also to be expected until monitor adjustment). It also doesn't seem to clear after things have been dequeued, but it still works?? I'll have to look into it more, but the base is there.