646a15d295
Update README
Build and test / build (push) Successful in 1m38s
2024-04-20 15:57:01 +02:00
ff10e5f3b2
Remove the build status badge
...
Build and test / build (push) Failing after 14m33s
It links to drone, which we have phased out in favor of Gitea Actions.
2024-04-01 18:42:34 +02:00
86372a3893
Update README.md
2024-03-28 22:37:16 +01:00
7165ff7683
Add fakeroot dependency
Build and test / build (push) Failing after 6s
2024-02-10 11:50:01 +01:00
9636b5d8da
Update README.md
continuous-integration/drone/push Build is passing
2023-09-20 21:07:37 +02:00
919c71ff85
README: More features
continuous-integration/drone/push Build is passing
2023-08-08 16:19:38 +02:00
1caa2c0888
Update README.md
continuous-integration/drone/push Build is passing
2023-08-08 16:04:10 +02:00
43fa128e29
Update README.md
continuous-integration/drone/push Build is passing
2023-07-30 11:55:20 +02:00
a990cc145e
ports: Add initial documentation to the port system
continuous-integration/drone/push Build is passing
2023-07-24 18:29:44 +02:00
c17e1a5802
Update README.md
continuous-integration/drone/push Build is passing
2023-07-22 11:45:35 +02:00
6546f490b6
Update README.md
2023-07-11 11:50:57 +02:00
16b0531d42
kernel+apps+base+tools: Use Ext2 for the root partition file system
...
continuous-integration/drone/push Build is passing
init is now split into two parts: preinit, which lives in the initrd and prepares the root file system for init,
and the actual /usr/bin/init, which lives in the root partition and starts services and reaps zombies.
The kernel now looks for /bin/preinit instead of /bin/init as the executable for the init process.
All configuration files in initrd/etc have been moved to base/etc. (The plan is to have only moon and preinit in the initrd.)
Since the current Ext2 implementation is read-only (and it's on a CDROM so it would be read-only anyways),
/home/selene is a tmpfs (as well as /tmp), to allow for a writable home directory.
The system is slower now, but that's to expect since the Ext2 code doesn't use caching and the ATA code still uses PIO.
2023-07-10 13:05:06 +02:00
f8dc7c62e2
Update README.md
continuous-integration/drone/push Build is passing
2023-07-01 17:40:44 +02:00
2c798b8bf0
Update README to match repository description
continuous-integration/drone/push Build is passing
2023-05-20 22:00:52 +02:00
e203772488
README: Update broken link to ELF loader
...
continuous-integration/drone/push Build is passing
The ELF loader was moved into the thread/ subdirectory in 0c1d33f2ec
.
2023-05-10 22:58:37 +02:00
f0fc3ec7ca
Remove old note from README
continuous-integration/drone/push Build is passing
2023-04-26 22:49:43 +02:00
e6c4ceb18f
Add clause about Unix to README.md
continuous-integration/drone/push Build is passing
2023-04-04 20:57:55 +00:00
1ec2f39747
Update README.md
continuous-integration/drone/push Build is passing
2023-04-04 20:52:28 +00:00
28028d229f
README: Update luna/ links to point to libluna/
2023-03-11 10:37:38 +01:00
dcf4444d0d
Update README.md
continuous-integration/drone/push Build is passing
2023-03-11 10:35:54 +01:00
7dd8e85554
Update README.md with realism
2023-02-25 18:20:06 +01:00
feaf9ed19b
Update README.md
continuous-integration/drone/push Build is passing
2023-01-09 18:16:39 +01:00
15c5b80dc9
Rewrite README.md now that restart is gone
2023-01-08 15:55:01 +01:00
8de59138ef
We are platform-agnostic now (kind of)
...
continuous-integration/drone/push Build is passing
Still tied to x86_64, but because there's no other platform implemented.
Also making this commit just to test CI with the new toolchain.
2023-01-07 21:42:57 +01:00
0c73d69a70
Kernel: Fix shadow 12GiB reserved entry when running QEMU without KVM on
...
continuous-integration/drone/push Build is passing
Fix inspired by: https://github.com/serenityos/serenity/pull/16345
2023-01-07 20:58:12 +01:00
8838e2cf22
Bring back the OS-Specific Toolchain on restart :^)
continuous-integration/drone/push Build is failing
2023-01-06 17:35:07 +01:00
74235c2c99
Update README.md
continuous-integration/drone/push Build is passing
2022-12-23 11:06:59 +01:00
b01878cd3c
Update README.md
continuous-integration/drone/push Build is passing
2022-12-18 14:55:04 +01:00
a3b69a0cfa
Update README.md
continuous-integration/drone/push Build is passing
2022-12-07 11:13:16 +01:00
a8fb4ca739
Move CI badge
2022-12-05 19:57:41 +01:00
4ec6442ba0
Add build status badge
2022-12-05 19:16:11 +01:00
95d969ed25
Add message to inform of prebuilt toolchains
2022-12-05 17:48:26 +01:00
9a6d0d1bae
Update README.md
2022-12-04 10:07:56 +01:00
37a41f3d2c
Add warning message
2022-12-03 17:53:47 +01:00
d72478de29
Update README.md
2022-12-03 17:51:39 +01:00
b8014a158c
ports: Add a port of the GNU binutils =D
...
what a coincidence!! this big achievement is the 800th commit!!
2022-11-09 16:59:27 +01:00
6df5b8a703
Make backspace work
2022-10-30 10:08:52 +01:00
7aad256acd
Update README.md
2022-10-29 10:13:36 +02:00
ada7f1e701
Update README.md
2022-10-24 21:15:22 +02:00
7c460855cc
Update README.md with information about hourly builds
2022-10-24 21:12:22 +02:00
185757e2a7
600th commit!
...
1. Update the bc patch to remove an unnecessary line.
2. Update README.md to mention the port system.
3. Improve the port system!!
2022-10-23 17:15:38 +02:00
8f17578e2e
Update README.md
2022-10-22 21:43:55 +02:00
55808d5cc4
Update README.md with new features
2022-10-17 19:39:34 +02:00
c2ecc4fe95
Update README.md
2022-10-17 19:32:02 +02:00
ea886f58a0
Update README.md
2022-10-12 19:07:28 +02:00
aa5c1be945
Separate building a debug image and running it, and provide a script for GDB.
2022-10-08 15:32:48 +02:00
8bf1aac961
Finally, add a README.
...
It's perhaps too long, but that's better than it being too short.
2022-10-07 20:16:44 +02:00