# WriteLinuxFromScratch **Repository Path**: AprilSloan/write-linux-from-scratch ## Basic Information - **Project Name**: WriteLinuxFromScratch - **Description**: 修改linux0.11的代码,让它可以编译。修改不太成功,运行后会破坏rootimage的数据。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-21 - **Last Updated**: 2023-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README I'm trying to write linux0.11 from scratch. I thought this is a piece of cake at first, but now I change my mind. It took me several months to understand some code. So I guess this work may need several years to finish. I rewrite the bootloader in Intel Assembly Language rather than GAS. Now I'm trying to clearly understand the structure of file system and carry it out in a soft disk. I transplant printk function for easy debugging.