From d5ef139db086d2d08e4d6a21670a42be6077bcda Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Thu, 14 Mar 2024 14:15:10 -0400 Subject: [PATCH] Add checklists for x86 emulation project --- incubator/x86emu/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 incubator/x86emu/README.md diff --git a/incubator/x86emu/README.md b/incubator/x86emu/README.md new file mode 100644 index 00000000..e74e444d --- /dev/null +++ b/incubator/x86emu/README.md @@ -0,0 +1,17 @@ +# Research + Planning for x86 Emulation in Puter + +## Resources +- [copy.sh/v86 docs](https://github.com/copy/v86/blob/master/docs) +- [greenfield github](https://github.com/udevbe/greenfield) + +## TODO + +### Documents to Write + +- [ ] specification for Puter network driver +- [ ] specification for Puter network relay + +### Things to Try + +- [ ] greenfield/wayland/arch/v86 +- [ ] puter-fuse in v86