diff options
| author | EmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com> | 2024-05-03 03:39:47 -0400 | 
|---|---|---|
| committer | EmulatedSeasons <89668582+EmulatedSeasons@users.noreply.github.com> | 2024-05-03 03:39:47 -0400 | 
| commit | 2d59766eb330b9d15a9bcbcd7e1695809fc099c5 (patch) | |
| tree | b5abb4d0c0c488cbb44c2c0a54d59b44fe1fc462 /kernel/arch/x86/crtn.asm | |
| parent | 2461cd921d45e3d75245568bc59831c1f0a43331 (diff) | |
renamed i386 to x86
Diffstat (limited to 'kernel/arch/x86/crtn.asm')
| -rw-r--r-- | kernel/arch/x86/crtn.asm | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/kernel/arch/x86/crtn.asm b/kernel/arch/x86/crtn.asm new file mode 100644 index 0000000..370f4ae --- /dev/null +++ b/kernel/arch/x86/crtn.asm @@ -0,0 +1,9 @@ +; x86 crtn.asm
 +
 +section .init
 +    pop ebp
 +    ret
 +
 +section .fini
 +    pop ebp
 +    ret
\ No newline at end of file | 
