Meta: Add x86_64 to supported architectures in README
This commit is contained in:
parent
97bd13264a
commit
f2a1ee327f
Notes:
sideshowbarker
2024-07-18 07:32:51 +09:00
Author: https://github.com/sam302rk 🔰 Commit: https://github.com/SerenityOS/serenity/commit/f2a1ee327f8 Pull-request: https://github.com/SerenityOS/serenity/pull/9137 Reviewed-by: https://github.com/awesomekling
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ I'm also on [Patreon](https://www.patreon.com/serenityos) and [GitHub Sponsors](
|
|||
|
||||
## Kernel features
|
||||
|
||||
* x86 (32-bit) kernel with pre-emptive multi-threading
|
||||
* x86 (32-bit) and x86_64 (64-bit) kernel with pre-emptive multi-threading
|
||||
* Hardware protections (SMEP, SMAP, UMIP, NX, WP, TSD, ...)
|
||||
* IPv4 stack with ARP, TCP, UDP and ICMP protocols
|
||||
* ext2 filesystem
|
||||
|
|
Loading…
Add table
Reference in a new issue