There are a few chunks of code that we never use and is collecting dust, notably old virtualization code and the frontend appserver.
Barret Rhoden (2): Remove unused virtualization code Remove the frontend appserver code .gitignore | 1 - kern/arch/x86/Kbuild | 1 - kern/arch/x86/emulate.c | 1347 ---------------------------------- kern/arch/x86/emulate.h | 180 ----- kern/arch/x86/frontend.c | 12 - kern/arch/x86/frontend.h | 31 - kern/arch/x86/paging_tmpl.h | 371 ---------- kern/arch/x86/vmm/intel/cpufeature.h | 362 --------- kern/arch/x86/vmm/intel/vmx.c | 2 - kern/include/frontend.h | 69 -- kern/src/Kbuild | 1 - kern/src/elf.c | 1 - kern/src/frontend.c | 201 ----- kern/src/init.c | 2 - kern/src/manager.c | 1 - kern/src/mm.c | 1 - kern/src/process.c | 3 - kern/src/syscall.c | 6 - 18 files changed, 2592 deletions(-) delete mode 100644 kern/arch/x86/emulate.c delete mode 100644 kern/arch/x86/emulate.h delete mode 100644 kern/arch/x86/frontend.c delete mode 100644 kern/arch/x86/frontend.h delete mode 100644 kern/arch/x86/paging_tmpl.h delete mode 100644 kern/arch/x86/vmm/intel/cpufeature.h delete mode 100644 kern/include/frontend.h delete mode 100644 kern/src/frontend.c -- 2.13.2 -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
