alcedo/kernel/arch/i386
2018-04-29 04:20:47 +01:00
..
boot.s Moved from a flat directory structure to a more sane one. 2017-10-21 19:23:17 +01:00
gdt.nim Simplified GDT installation. 2018-04-29 04:20:47 +01:00
interrupts.nim Receiving an interrupt no longer crashes, does seem to cause a general protection fault though (infinite loop time!). 2018-04-29 04:20:47 +01:00
io.nim Added logging via serial output. 2018-04-29 04:20:47 +01:00
linker.ld Moved from a flat directory structure to a more sane one. 2017-10-21 19:23:17 +01:00
ps2.nim Added scancodes for set one up to 0x0F. 2018-04-29 04:20:47 +01:00
serial.nim Added int printing to serial module. 2018-04-29 04:20:47 +01:00
tty.nim Implemented memcpy and memset. Allows larger local variables. 2018-04-29 04:20:47 +01:00
vga.nim Scrolling now works. Simplified access to VGA memory. 2018-04-29 04:20:47 +01:00