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 a new issue