OS
بواسطة @Adel-Ayoub
نشِط 23
Minimal x86 OS in NASM assembly with protected mode, paging, threading, and interrupts.
عن هذا المشروع
OS A minimal 32-bit x86 operating system written in NASM assembly. Installation Requirements NASM assembler i686-elf-ld (cross-linker) Bochs emulator Make Bash Features Completed Features Boot Process MBR Boot Sector: 512-byte master boot record Protected Mode: 16-bit to 32-bit mode transition GDT Setup: Global Descriptor Table configuration Paging: Two-level page table with 4KB pages Memory Management Physical Memory Pools: Kernel and user memory pools Virtual Address Space: Virtual memory allocation Page Allocation: Dynamic page allocation/deallocation Bitmap Allocator: Efficient bitmap-based tracking Interrupt Handling IDT Setup: Interrupt Descriptor Table initialization PIC Configuration: 8259A PIC master/slave setup Timer Interrupt: Programmable interval timer (100Hz) Keyboard Handler: PS/2 keyboard with scancode mapping Threading Thread Control Blocks: Per-thread state management Cooperative Scheduler: Round-robin scheduling Thread Creation: Dynamic thread spawning Mutex Locks: Synchronization primitives Console I/O VGA Text Mode: 80x25 character display Cursor Control: Hardware cursor positioning Printf Implementation: Format string support
من ملف README الخاص بالمشروع على GitHub
- النجوم
- 23
- التفريعات
- 0
- الرخصة
- Apache-2.0
- آخر تحديث
- 05/02/2026
أضف هذه الشارة إلى ملف README
أظهر أن مشروعك مُدرج على «صُنع في الجزائر».
[](https://www.madeinalgeria.dev/projects/os)