diff --git a/angular.json b/angular.json index f23dd59..1db3fc0 100644 --- a/angular.json +++ b/angular.json @@ -40,13 +40,13 @@ "production": { "budgets": [{ "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "2mb", + "maximumError": "2mb" }, { "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumWarning": "1mb", + "maximumError": "1mb" } ], "fileReplacements": [{ @@ -110,4 +110,4 @@ } }, "defaultProject": "Website" -} \ No newline at end of file +} diff --git a/angular.json b/angular.json index f23dd59..1db3fc0 100644 --- a/angular.json +++ b/angular.json @@ -40,13 +40,13 @@ "production": { "budgets": [{ "type": "initial", - "maximumWarning": "500kb", - "maximumError": "1mb" + "maximumWarning": "2mb", + "maximumError": "2mb" }, { "type": "anyComponentStyle", - "maximumWarning": "2kb", - "maximumError": "4kb" + "maximumWarning": "1mb", + "maximumError": "1mb" } ], "fileReplacements": [{ @@ -110,4 +110,4 @@ } }, "defaultProject": "Website" -} \ No newline at end of file +} diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index fd6587f..6cbe9e7 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -25,8 +25,8 @@ Tree OS was the first iteration which is able even read files from an attached SATA disk. However, the design unintentionally turned into a huge monolithic kernel.

- Honey OS is the new one where I actually went trough the effort to correctly implement paging. Therefore, multiasking is made possible and there are a number of different system - calls implemented. + Honey OS is the new one where I actually went trough the effort to correctly implement multiple program environments. Therefore, multiasking is made possible and there are a number of different system + calls implemented. Furthermore, each process has its own memory space as in any other modern operating system to avoid interference between processes.

Even though the project will probably never have any real use, learning about the x86 architecture was really beneficial. @@ -108,4 +108,4 @@ - \ No newline at end of file +