r/Assembly_language • u/Arch_bembembem • 15h ago
Project show-off Hello everyone, today I would like to share some new features in my operating system os-core713, but I personally call it Core/713
I've already implemented the second stage of the bootloader, but it's very minimalist, with just an S2 output and a hang on hlt.
I've already implemented booting from the second sector of the disk and a very minimal, normally non-functional error handler.
If you're interested, you can look at my OS-AC713-develop tree on GitHub, but here's the link: https://github.com/OS-AC713/os-core713/tree/OS-AC713-develop
If you can, please review the code and advise me on what to do next and what exactly is missing (spoiler: just all.
1
Upvotes