Skip to content

Commit

Permalink
kernel: Enable SMAP
Browse files Browse the repository at this point in the history
Dear god it actually works!
  • Loading branch information
karlek committed May 3, 2024
1 parent a35fd97 commit 9665f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void main(multiboot_info_t* boot_info) {
// Enable SMEP.
enable_smep();
// Enable SMAP.
// enable_smap();
enable_smap();

ide_dev_t dev = {
ATA_PRIMARY_BUS,
Expand Down

0 comments on commit 9665f3e

Please sign in to comment.