mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-08 04:28:42 +08:00
Move main to start
This commit is contained in:
parent
0c5221425b
commit
617516b949
@ -89,9 +89,6 @@ pub mod io;
|
||||
/// Interrupt instructions
|
||||
pub mod interrupt;
|
||||
|
||||
/// Initialization and main function
|
||||
pub mod main;
|
||||
|
||||
/// Memory management
|
||||
pub mod memory;
|
||||
|
||||
@ -104,5 +101,8 @@ pub mod panic;
|
||||
/// Serial driver and print! support
|
||||
pub mod serial;
|
||||
|
||||
/// Initialization and start function
|
||||
pub mod start;
|
||||
|
||||
/// Task state segment
|
||||
pub mod tss;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user