diff options
author | Ian Moffett <ian@osmora.org> | 2025-02-21 13:37:54 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-02-21 13:37:54 -0500 |
commit | e3099277531b7b1be0aa6656a3eab3960ab6ede0 (patch) | |
tree | 92d1688ce4df18675b8994304fdf0f4cdc5ee46a /configure.ac | |
parent | d59998460be1a6388873663bd1435278f5e15642 (diff) |
project: Hyra Release v1.4
What's new?
- Kernel bug fixes and optimizations
- Add new "contrib" script in tools/
- New bus resource interface in Hyra bus framework
- ISA/LPC i8237 groundwork
- Add pci_conf(9)
- Improve kernel logging style
- Add Peripheral Description Notation (see share/misc/pdn)
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 90fe705..aab15b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([Hyra], [1.3], [ian@osmora.org]) +AC_INIT([Hyra], [1.4], [ian@osmora.org]) KERN_CFLAGS_AMD64="-fexceptions --std=gnu11 -ffreestanding -fno-stack-protector -fno-pic \\ -Werror=implicit -Werror=implicit-function-declaration \\ |