mov eax , cr0
or eax , 0x01
mov cr0 , eax



back to months list

Project : Research on Multi-platform System Call Table

Journal Entry Date : 2024.07.12

Today I changed the names of all the sources and functions. Because now the service the kernel provide to program is not only the table but the entire interface, I reckon I have to change the name from "...tbl" to "...interface." Not much of a big deal.. it's just going to be little bit annoying.. to deal with these naming stuffs.