Sync/arch/i386
Curle f5dc9b961b Collate ASM files
All ASM now uses Intel syntax.
isr.s and gdt.s are now collated into the main file.
It's bulky, but ¯\_(ツ)_/¯
UNTESTED, cause i'm thick.
2019-05-14 23:57:03 +01:00
..
boot.s Collate ASM files 2019-05-14 23:57:03 +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 Initial update - fixed broken files, dependencies on outside libraries, \nThe system will now compile under 'make all', and no errors are thrown.\nThe system itself hasn't been tested, yet. Here goes... 2019-04-01 12:21:00 +01:00
make.config Implement a GDT, IDT with ISR and IRQ 2019-04-07 23:43:09 +01:00
sys_clock.c Implement a GDT, IDT with ISR and IRQ 2019-04-07 23:43:09 +01:00
tty.c Finish GDT code 2019-04-06 20:25:31 +01:00