@ecmaos/kernel 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/assets/{browser-C139fYki.js → browser-C1zKI-gX.js} +2 -2
- package/dist/assets/{browser-C139fYki.js.map → browser-C1zKI-gX.js.map} +1 -1
- package/dist/assets/{index-DUVr2hDS.js → index-BOrpzH3-.js} +375 -292
- package/dist/assets/index-BOrpzH3-.js.map +1 -0
- package/dist/assets/{topbar.min-B_SrfKMk.js → topbar.min-DotodHSt.js} +2 -2
- package/dist/assets/{topbar.min-B_SrfKMk.js.map → topbar.min-DotodHSt.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +4 -5
- package/dist/assets/index-DUVr2hDS.js.map +0 -1
package/README.md
CHANGED
|
@@ -85,15 +85,19 @@ The goal is to create a kernel and supporting apps that tie together modern web
|
|
|
85
85
|
|
|
86
86
|
- `Apps`
|
|
87
87
|
- These are full applications that are developed to work with ecmaOS
|
|
88
|
+
|
|
88
89
|
- `Core`
|
|
89
90
|
- Core modules provide the system's essential functionality; this includes the kernel itself
|
|
91
|
+
|
|
90
92
|
- `Commands`
|
|
91
93
|
- Commands are small utilities that aren't quite full Apps, provided by the shell
|
|
94
|
+
|
|
92
95
|
- `Devices`
|
|
93
96
|
- Devices get loaded on boot, e.g. /dev/bluetooth, /dev/random, /dev/battery, etc.
|
|
94
97
|
- A device can support being "run" by a user, e.g. `# /dev/battery status`
|
|
95
98
|
- Devices may also be directly read/written, and will behave accordingly
|
|
96
99
|
- An individual device module can provide multiple device drivers, e.g. `/dev/usb` provides `/dev/usb-mydevice-0001-0002`
|
|
100
|
+
|
|
97
101
|
- `Utils`
|
|
98
102
|
- Utilities used during development
|
|
99
103
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getDefaultExportFromCjs } from "./index-
|
|
1
|
+
import { g as getDefaultExportFromCjs } from "./index-BOrpzH3-.js";
|
|
2
2
|
var browser$2;
|
|
3
3
|
var hasRequiredBrowser;
|
|
4
4
|
function requireBrowser() {
|
|
@@ -20,4 +20,4 @@ const browser$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.definePro
|
|
|
20
20
|
export {
|
|
21
21
|
browser$1 as b
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=browser-
|
|
23
|
+
//# sourceMappingURL=browser-C1zKI-gX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser-
|
|
1
|
+
{"version":3,"file":"browser-C1zKI-gX.js","sources":["../../node_modules/.pnpm/ws@8.14.2/node_modules/ws/browser.js"],"sourcesContent":["'use strict';\n\nmodule.exports = function () {\n throw new Error(\n 'ws does not work in the browser. Browser clients must use the native ' +\n 'WebSocket object'\n );\n};\n"],"names":["browser"],"mappings":";;;;;;AAEAA,cAAiB,WAAY;AAC3B,UAAM,IAAI;AAAA,MACR;AAAA,IAED;AAAA,EACF;;;;;;;;;","x_google_ignoreList":[0]}
|