mirror of
https://github.com/sigmasternchen/chaOS
synced 2025-03-15 13:48:55 +00:00
6 lines
No EOL
120 B
NASM
6 lines
No EOL
120 B
NASM
.include "m16def.inc"
|
|
.include "isr_vect_table.asm"
|
|
|
|
.include "init.asm"
|
|
.include "scheduler.asm"
|
|
.include "general.asm" |