summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
-rw-r--r--binaries/.keep0
-rw-r--r--binaries/README.md4
-rw-r--r--frameworks/libSocket.fwrk/headers/Config.h6
-rw-r--r--frameworks/libX11.fwrk/headers/Config.h4
-rw-r--r--install.sh1
m---------src/boot0
m---------src/kernel0
m---------src/nectar0
9 files changed, 10 insertions, 7 deletions
diff --git a/.gitmodules b/.gitmodules
index a74486e..3ded899 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -15,7 +15,7 @@
url = git@github.com:ne-foss-org/nectar.git
[submodule "papers"]
path = papers
- url = git@github.com:ne-foss-org/papers.git
+ url = git@github.com:ne-ci-org/papers.git
[submodule "toolchains/mingw-w64-gcc"]
path = toolchains/mingw-w64-gcc
url = git@github.com:ne-foss-org/gcc-n64.git
diff --git a/binaries/.keep b/binaries/.keep
deleted file mode 100644
index e69de29..0000000
--- a/binaries/.keep
+++ /dev/null
diff --git a/binaries/README.md b/binaries/README.md
index 660b249..acfbe1e 100644
--- a/binaries/README.md
+++ b/binaries/README.md
@@ -1,4 +1,6 @@
-# The NeSystem Tools
+# The NeSystem Tools:
+
+## Abstract:
Currently no software has been ported to NeSystem. However this effort is exactly about addressing this.
diff --git a/frameworks/libSocket.fwrk/headers/Config.h b/frameworks/libSocket.fwrk/headers/Config.h
index ca38da0..7cde306 100644
--- a/frameworks/libSocket.fwrk/headers/Config.h
+++ b/frameworks/libSocket.fwrk/headers/Config.h
@@ -10,9 +10,9 @@
#define LIBSOCKET_VERSION 0x100000
-#define _SOCKET_ARRAY_CHECK(PTR) PTR != nullptr
-#define _SOCKET_ARRAY_INDEX(ARR, PTR, LEN) ARR[((SInt64) PTR) % LEN]
+#define LIBSOCKET_SOCKET_ARRAY_CHECK(PTR) PTR != nullptr
+#define LIBSOCKET_SOCKET_ARRAY_INDEX(ARR, PTR, LEN) ARR[((SInt64) PTR) % LEN]
-#define _SOCKET_INVALID ((SizeT)-1)
+#define LIBSOCKET_SOCKET_INVALID ((SizeT)-1)
#endif
diff --git a/frameworks/libX11.fwrk/headers/Config.h b/frameworks/libX11.fwrk/headers/Config.h
index 30bb449..44abc06 100644
--- a/frameworks/libX11.fwrk/headers/Config.h
+++ b/frameworks/libX11.fwrk/headers/Config.h
@@ -10,8 +10,8 @@
#define LIBX11_VERSION 0x100000
-#define _X11_ARRAY_CHECK(PTR) PTR != nullptr
-#define _X11_ARRAY_INDEX(ARR, PTR, LEN) ARR[((SInt64) PTR) % LEN]
+#define LIBX11_X11_ARRAY_CHECK(PTR) PTR != nullptr
+#define LIBX11_X11_ARRAY_INDEX(ARR, PTR, LEN) ARR[((SInt64) PTR) % LEN]
namespace X11 {
diff --git a/install.sh b/install.sh
index 9a658d3..c51f309 100644
--- a/install.sh
+++ b/install.sh
@@ -13,6 +13,7 @@ PROFILE=debug
git clone --recurse-submodules -j8 https://github.com/ne-foss-org/ne-system.git
cd ne-system
+git submodule update --init
export UPDATER_NO_COMMIT=1
./updater.sh
./scripts/setup_x64_project.sh
diff --git a/src/boot b/src/boot
-Subproject 59e53b7fbda31dfa5c19ea5630f304ba3f5d079
+Subproject 354136c5fde841d49d2e8d97b28304458217967
diff --git a/src/kernel b/src/kernel
-Subproject e2e01ed3c503cb8d93446abea162ccf9abd5620
+Subproject 5dbeca342145cfc8e1ad852291dea44dd58f1d1
diff --git a/src/nectar b/src/nectar
-Subproject 040e7d7047a7b6799975d309ce1d42ed2d56ab2
+Subproject 1cbbf1c3b26f3eee438a5b20ea8d754ef04854f