Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

Once lock initialization fixes #65

Closed Amjad50 closed 9 months ago

Amjad50 commented 9 months ago

Summary

Small PR to improve static variables by using OnceLock and not have a static undefined value.

Related issue

Fixes #55

Changes

Checklist