This website requires JavaScript.
Explore
Help
Register
Sign In
neviyn
/
alcedo
Watch
1
Star
0
Fork
0
You've already forked alcedo
Code
Issues
Pull Requests
Releases
Wiki
Activity
f26aa6bcbd
alcedo
/
kernel
/
arch
/
i386
History
Nathan Cannon
04768924e8
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
..
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