]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Separate generic and arch-specific headers
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 21 Jun 2022 14:54:06 +0000 (16:54 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Jun 2022 16:03:19 +0000 (18:03 +0200)
commitd895d72c4e8625b435add9067fe8f7298de2d301
tree7586bfc1f68d0775ea8b90c589e45c07da1f167d
parent835338a188a8b48ee2e83f9ad647937d70addc0c
Separate generic and arch-specific headers
Makefile
kernel/arch/x86/halt.s [new file with mode: 0644]
kernel/include/arch/x86/io.h [moved from include/arch/x86/io.h with 100% similarity]
kernel/include/arch/x86/irq/i8259a.h [moved from include/arch/x86/irq/i8259a.h with 100% similarity]
kernel/include/arch/x86/irq/idt.h [moved from include/arch/x86/irq/idt.h with 100% similarity]
kernel/include/arch/x86/mm/paging.h [moved from include/arch/x86/mm/paging.h with 100% similarity]
kernel/include/panic.h [moved from include/arch/x86/panic.h with 87% similarity]
kernel/include/tty.h [moved from include/arch/x86/tty.h with 95% similarity]