Commit Graph

19 Commits

Author SHA1 Message Date
b4831a3e14 cargo update to fix build errors 2024-03-28 17:52:57 -04:00
96aec111c8 Create LICENSE
Added MIT license

I thought I had done this already...
2024-02-06 08:35:28 -05:00
6a3488f54f Update README.md 2023-08-22 13:18:00 -04:00
51671c080d Merge pull request #2 from Nivirx/next
merge UEFI-FB driver module
2023-03-18 17:39:28 -07:00
4a7dc1a3ba clean up test code to use new module 2023-03-18 20:35:46 -04:00
9606c5208f impl deref for UefiFb
change lifetimes to 'a (was 'static)
2023-03-18 20:34:45 -04:00
bdafcf5d1d gitignore changes 2023-03-18 19:09:32 -04:00
41e5227f02 Changes to be committed:
modified:   .gitignore
2023-03-18 00:00:50 -04:00
a5b050580c updated gitignore 2023-03-17 23:54:46 -04:00
744a0bb796 rough draft of something to manipulate the FB 2023-03-17 23:54:10 -04:00
86a2d4bd90 move spinlock into mod.rs 2023-03-17 23:53:33 -04:00
c8c4ad01d7 fixed a typo in makefile 2023-03-17 23:01:09 -04:00
9bab698a3b changed launch options in Makefile
run-debug -> launch-debug
run -> launch
added configure
2023-03-17 21:10:43 -04:00
dd11816f0d Initial code for UEFI-FB driver
still doesn't compile, have to figure out lifetimes.
2023-03-15 21:47:08 -04:00
5a17bc6a90 make Spinlock public 2023-03-15 21:45:50 -04:00
0522fe29f9 mostly untested Spinlock with interior mut 2023-03-15 21:44:57 -04:00
Elaina Claus
b24dce29c1 Merge pull request #1 from Nivirx/readme-1
Create README.md
2023-03-14 07:02:15 -07:00
Elaina Claus
e6e031be7a Create README.md 2023-03-14 10:01:08 -04:00
Elaina Claus
edf6174c4a first commit 2023-03-14 09:41:14 -04:00