diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ This project is somewhat of a coding playground for me. It doesn't have any usef - Fast boot time (< 1s) - TCP/IP stack and rtl8139 driver - Small size (< 100KiB) -- Sandboxed processes (paging, ring 3, iomap) +- Sandboxed processes (paging, ring 3, SMAP/SMEP protections) - Full UBSan support - Compiles with `-Wall -Wextra -Werror -pedantic-errors -std=c99 -Ofast` |