alcedo/kernel/arch/i386
2018-05-16 02:05:07 +01:00
..
boot.s Fixed passing of memory map from GRUB 2018-05-16 01:47:52 +01:00
gdt.nim GDT and IDT now exist in locations that aren't hard coded. Paging currently breaks interrupts. 2018-05-11 02:07:40 +01:00
hash.nim Added hash function to add more data. 2018-05-16 02:05:07 +01:00
interrupts.nim Paging now works. Is initially bootstrapped by GRUB then later OS accessible. 2018-05-11 22:41:52 +01:00
io.nim Added logging via serial output. 2018-04-29 04:20:47 +01:00
linker.ld Paging now works. Is initially bootstrapped by GRUB then later OS accessible. 2018-05-11 22:41:52 +01:00
paging.nim Now only required number of kernel pages assigned. 2018-05-16 00:42:37 +01:00
serial.nim Simplified tty and serial write functions. 2018-04-29 04:20:47 +01:00
tty.nim Now only required number of kernel pages assigned. 2018-05-16 00:42:37 +01:00
vga.nim Scrolling now works. Simplified access to VGA memory. 2018-04-29 04:20:47 +01:00