From b966a70a0184c43a7963e2119309bdeafda7649e Mon Sep 17 00:00:00 2001 From: portasynthinca3 Date: Sun, 17 May 2020 17:46:05 +0300 Subject: [PATCH] update RAM requirement --- README.md | 2 +- nbuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a310b4..25eb21e 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ This project is **not** intended to do some crazy stuff like replacing the giant In theory, it should work on any modern system. Here they are: * CPU: x86-64 architecture * System: UEFI class 2 or 3 -* RAM: 128 MB +* RAM: 64 MB ## Building and documentation [Wiki-wiki-wiki!](https://github.com/portasynthinca3/neutron/wiki) \ No newline at end of file diff --git a/nbuild b/nbuild index dec8f83..d76b7da 100644 --- a/nbuild +++ b/nbuild @@ -33,7 +33,7 @@ krnl/app_drv/syscall/syscall_wrap.s -name guest=Neutron,debug-threads=on \ -machine pc-i440fx-4.2,accel=kvm,usb=off,vmport=off,dump-guest-core=off \ -cpu IvyBridge-IBRS,ss=on,vmx=on,pcid=on,hypervisor=on,arat=on,tsc-adjust=on,umip=on,md-clear=on,stibp=on,arch-capabilities=on,ssbd=on,xsaveopt=on,ibpb=on,amd-ssbd=on,skip-l1dfl-vmentry=on \ --m 1024 \ +-m 512 \ -overcommit mem-lock=off \ -smp 1,sockets=1,cores=1,threads=1 \ -uuid 9681faaf-3395-4000-ae75-bd7005a26ada \