Skip to content

closed pull request #1187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 13 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Linux kernel
============
## NeTT OS

The new repository for NeTT OS. After 5 years of NeTT OS (then called TouchOS) being a shell for MS-DOS with simple and limited commands and functions, NeTT OS will now be a full GUI based on Linux. NeTT OS will be unique in the way that the entire UI is completely different to most operating systems. NeTT OS is also optimised for touch-based systems while being equally easy to use on a traditional desktop.

# Release date

NeTT OS 6 has been cancelled, with NeTT OS being released some time in 2029.


![NeT OS 7 Pages](https://github.com/user-attachments/assets/453a7c94-1b39-44fb-9f00-87a0b0299e33)


Linux kernel guide
==================

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Expand All @@ -16,3 +28,4 @@ several of them using the reStructuredText markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.

2 changes: 1 addition & 1 deletion init/version-timestamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ struct uts_namespace init_uts_ns = {

/* FIXED STRINGS! Don't touch! */
const char linux_banner[] =
"Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
"NeTT OS 7, using Linux version: " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
LINUX_COMPILE_HOST ") (" LINUX_COMPILER ") " UTS_VERSION "\n";
2 changes: 1 addition & 1 deletion init/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static int __init early_hostname(char *arg)
early_param("hostname", early_hostname);

const char linux_proc_banner[] =
"%s version %s"
"NeTT OS 7, using Linux: %s version %s"
" (" LINUX_COMPILE_BY "@" LINUX_COMPILE_HOST ")"
" (" LINUX_COMPILER ") %s\n";

Expand Down