diff options
author | Ian Moffett <ian@osmora.org> | 2025-04-17 03:13:09 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-04-17 03:13:09 -0400 |
commit | e538e7f89e156830c565f549262a36f43bfa7447 (patch) | |
tree | ce589c4760d2b6cbe2848e152f6deded8c8271e4 /configure.ac | |
parent | 866fbbb96dca022394bc8e0abbfb52293ad2a3b5 (diff) |
project: Bump to v1.6
What's new?
- Initial i8042 support for the AMD64 port
- Initial pcspkr support for the AMD64 port
- System-wide locks for critical code sections
- CPU IRQ masks
- MLFQ is the scheduler default
- New machine specific cdefs.h
- New atomic operation in sys/atomic.h
- Limine upgraded to v9.x + new backdrop
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 08cf4dd..5d7d5df 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hyra], [1.5], [ian@osmora.org]) +AC_INIT([Hyra], [1.6], [ian@osmora.org]) KERN_CFLAGS_AMD64="-fexceptions --std=gnu11 -ffreestanding -fno-stack-protector -fno-pic \\ -Werror=implicit -Werror=implicit-function-declaration \\ |