comparison cos/kernel/kernel.h @ 26:dcce92b1efbc

Added mm.c
author windel
date Tue, 27 Dec 2011 17:36:52 +0100
parents d3c4bf3720a3
children 47b7df514243
comparison
equal deleted inserted replaced
25:d3c4bf3720a3 26:dcce92b1efbc
64 uint64_t read_rip(); 64 uint64_t read_rip();
65 65
66 // Panic exit: 66 // Panic exit:
67 void halt(void); 67 void halt(void);
68 void panic(char *msg); 68 void panic(char *msg);
69 void reboot(void);
69 70
70 // Bochs xchg bx,bx breakpoint: 71 // Bochs xchg bx,bx breakpoint:
71 void magicBochsBreak(); 72 void magicBochsBreak();
72 73
73 // Assembler util functions: 74 // Assembler util functions: