Syncboot/arch/i386
Curle 4edd4b7cc8 Major refactor. Major improvements.
All ISR/IRQ stuff moved into its own header and source.

Comments added on all major parts.

Some optimisations in important functions.

All ASM removed for ISR and IRQ, instead using new GCC directives.
2019-06-27 19:57:54 +01:00
..
boot.s Major refactor. Major improvements. 2019-06-27 19:57:54 +01:00
gdt.s Implement a GDT, IDT with ISR and IRQ 2019-04-07 23:43:09 +01:00
isr.s Implement a GDT, IDT with ISR and IRQ 2019-04-07 23:43:09 +01:00
linker.ld Cleanup, finalization and end of compiler issues 2019-06-22 19:08:56 +01:00
make.config Fix issues with ASM 2019-06-20 23:32:03 +01:00
sys_clock.c Major refactor. Major improvements. 2019-06-27 19:57:54 +01:00
tty.c Fixes and improvements. 2019-06-25 22:31:26 +01:00