From a12b659e9fef58a1d13f7ee9114d72e723e87956 Mon Sep 17 00:00:00 2001 From: Esgr0bar <163046224+Esgr0bar@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:36:06 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d31f9..cf182dc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ todo - [ ] Basic generic structures (CPU, MMU modes, Page Table Entries, ...) - [ ] Basic generic methods (extract bit(s), check flags on PDE/PTE/Pages ) - [ ] Basic architectures constraints, e.g: cannot create a IA32 configuration with 64 bits -- [ ] Loading base configuration from differents formats : TOML, YAML or from an in-line Rust [builder pattern](https://rust-unofficial.github.io/patterns/patterns/creational/builder.html) +- [x] Loading base configuration from differents formats : TOML, YAML or from an in-line Rust [builder pattern](https://rust-unofficial.github.io/patterns/patterns/creational/builder.html) **v0.2.0**