This website requires JavaScript.
Explore
Help
Sign In
Bananymous
/
banan-os
Watch
1
Star
1
Fork
You've already forked banan-os
1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
9fa3d891e9
banan-os
/
kernel
/
arch
/
i386
History
Bananymous
f6def7a747
Kernel: initialize every irq handler to nullptr
2022-12-13 00:57:48 +02:00
..
GDT.cpp
Kernel: Move GDT and IDT files to architecture specific folder
2022-12-08 17:50:04 +02:00
GDT_asm.S
Kernel: Move GDT and IDT files to architecture specific folder
2022-12-08 17:50:04 +02:00
IDT.cpp
Kernel: initialize every irq handler to nullptr
2022-12-13 00:57:48 +02:00
IDT_asm.S
Kernel: Move GDT and IDT files to architecture specific folder
2022-12-08 17:50:04 +02:00
boot.S
Kernel: Add video mode request for bootloader
2022-12-10 03:55:24 +02:00
crti.S
Rename .s extensions to .S
2022-11-15 09:25:18 +02:00
crtn.S
Rename .s extensions to .S
2022-11-15 09:25:18 +02:00
linker.ld
Changed back to lower half kernel, since im dump.
2022-11-15 00:38:33 +02:00
make.config
Kernel: Move GDT and IDT files to architecture specific folder
2022-12-08 17:50:04 +02:00
tty.cpp
Kernel: zero initialize VGA_MEMORY and fix colors
2022-12-13 00:56:30 +02:00
vga.h
Kernel: Add basic ANSI support :)
2022-12-10 03:53:44 +02:00