Skip to content

Commit

Permalink
update RAM requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
portasynthinca3 committed May 17, 2020
1 parent 9436225 commit b966a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion nbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b966a70

Please sign in to comment.