diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-01-24 21:10:57 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-01-24 21:10:57 -0600 |
commit | a4534660fecb1b571c24ad82e67bc6c2fb814cb9 (patch) | |
tree | 149984cb0e9a32765e63df0f696091817c2b6dd5 /arch/i386/boot | |
parent | serial: add serial_writestring as a function (diff) | |
download | box-a4534660fecb1b571c24ad82e67bc6c2fb814cb9.tar.gz box-a4534660fecb1b571c24ad82e67bc6c2fb814cb9.tar.zst box-a4534660fecb1b571c24ad82e67bc6c2fb814cb9.zip |
x86: reorganize the i386 directory
Add structure to the internals of the x86 directory.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
Diffstat (limited to '')
-rw-r--r-- | arch/i386/boot/boot.s (renamed from arch/i386/boot.s) | 0 | ||||
-rw-r--r-- | arch/i386/boot/crti.s (renamed from arch/i386/crti.s) | 0 | ||||
-rw-r--r-- | arch/i386/boot/crtn.s (renamed from arch/i386/crtn.s) | 0 | ||||
-rw-r--r-- | arch/i386/boot/tty.c (renamed from arch/i386/tty.c) | 0 | ||||
-rw-r--r-- | arch/i386/boot/vga.h (renamed from arch/i386/vga.h) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/arch/i386/boot.s b/arch/i386/boot/boot.s index 56ac227..56ac227 100644 --- a/arch/i386/boot.s +++ b/arch/i386/boot/boot.s diff --git a/arch/i386/crti.s b/arch/i386/boot/crti.s index 4e1e4cb..4e1e4cb 100644 --- a/arch/i386/crti.s +++ b/arch/i386/boot/crti.s diff --git a/arch/i386/crtn.s b/arch/i386/boot/crtn.s index 447afb1..447afb1 100644 --- a/arch/i386/crtn.s +++ b/arch/i386/boot/crtn.s diff --git a/arch/i386/tty.c b/arch/i386/boot/tty.c index 9c3985b..9c3985b 100644 --- a/arch/i386/tty.c +++ b/arch/i386/boot/tty.c diff --git a/arch/i386/vga.h b/arch/i386/boot/vga.h index e89f202..e89f202 100644 --- a/arch/i386/vga.h +++ b/arch/i386/boot/vga.h |