1 रिपॉजिटरी
Low-level control of the hardware stack segment register to define the stack base address.
Distinct from Stack Frame Manipulators: Candidates are for data structure stacks or software stack frames; none cover the x86 hardware SS register manipulation.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Stack Segment Management. Refine with filters or upvote what's useful.
This project is a collection of minimal operating systems, bootloaders, and hardware drivers used to demonstrate low-level x86 system programming and hardware interfacing. It serves as a kernel development toolkit and a system programming lab designed for testing architecture concepts and hardware behavior within a system emulator. The repository provides reference implementations for creating bootable disk images and loading kernel stages. It includes guides for implementing protected mode transitions, memory paging, interrupt descriptor tables, and symmetric multiprocessing on x86 hardware.
Adjusts the stack segment register to shift the base memory address of the stack.